C:\\Documents and Settings\\Sanyika\\Asztal\\Új mappa (2)\\pawno\\include\\PPC_DefTexts.inc(1) : error 010: invalid function or declarationPawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase1 Error.
//Debug messages
C:\\Documents and Settings\\Sanyika\\Asztal\\Új mappa (2)\\gamemodes\\PPC_Trucking.pwn(4787) : error 027: invalid character constantC:\\Documents and Settings\\Sanyika\\Asztal\\Új mappa (2)\\gamemodes\\PPC_Trucking.pwn(4787) : error 027: invalid character constant
Create3DTextLabel(TXT_PickupCarDealer, 0x008080FF, x, y, z + 0.8, 30.0, 0);
if(sscanf(params,\"ui\",id,szint))return SendClientMessage(playerid,VKEK,\"Használat: /adminszint < ID > < adminszint >\");
error 030: compound statement not closed at the end of file (started at line 31)
// Rádió by xD1999// Nevemet tüntesd fel!// Rádiók:MixRádió,Rádió1,NeoFM,classFM,LazaRádió,CitromRádió,EurópaRádió,RockVilág,FolkRádió//#define FILTERSCRIPT#define Radio 123#include <a_samp>#include <zcmd>#if defined FILTERSCRIPT #pragma tabsize 0public OnFilterScriptInit(){ print(\"\\n--------------------------------------\"); print(\" Radió Script by xD1999 betöltve\"); print(\"--------------------------------------\\n\"); return 1;}#endifCMD:radio(playerid, params[]){ ShowPlayerDialog(playerid, Radio, DIALOG_STYLE_LIST,\"Rádiók\",\"LazaRádió\\nAll in Party\\nMixRádió\\nRockVilág\\nKikapcsolás\",\"Hallgatás\",\"Kilépés\"); return 1;}public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){if ( dialogid == Radio ){if( !response ){StopAudioStreamForPlayer(playerid);SendClientMessage(playerid,0x0000FFAA,\"{FF0000}Kiléptél a Rádió Dialogból!{00FF00}És a rádió kikapcsolva!\");return 1;}if( listitem == 0){PlayAudioStreamForPlayer(playerid,\"http://savetofile.net:8450/listen.pls\");SendClientMessage(playerid,0xFFFF00AA,\"Most a LazaRádió szól neked!\");}if( listitem == 1){PlayAudioStreamForPlayer(playerid,\"http://savetofile.net:8450/;stream\");SendClientMessage(playerid,0xFFFF00AA,\"Most a All in PartyRádió szól neked\");}if( listitem == 2){PlayAudioStreamForPlayer(playerid,\"http://212.108.220.144:1039/stream.mp3\");SendClientMessage(playerid,0xFFFF00AA,\"Most a MixRádió szól neked\");}if( listitem == 3){PlayAudioStreamForPlayer(playerid,\"http://94.199.181.124:8800/rockvilag1.m3u\");SendClientMessage(playerid,0xFFFF00AA,\"Most a RockVilágRádió szól neked\");}if( listitem == 4){StopAudioStreamForPlayer(playerid);SendClientMessage(playerid,0xFFFF00AA,\"Rádió Kikapcsolva\");}return 1;}
Sziasztok! error 030: compound statement not closed at the end of file (started at line 31) Ez mit jelent? És olyan helyre mutat ahol NINCS semmi még olyan sor sincs!Az egész kód: // Rádió by xD1999// Nevemet tüntesd fel!// Rádiók:MixRádió,Rádió1,NeoFM,classFM,LazaRádió,CitromRádió,EurópaRádió,RockVilág,FolkRádió//#define FILTERSCRIPT#define Radio 123#include <a_samp>#include <zcmd>#if defined FILTERSCRIPT #pragma tabsize 0public OnFilterScriptInit(){ print(\"\\n--------------------------------------\"); print(\" Radió Script by xD1999 betöltve\"); print(\"--------------------------------------\\n\"); return 1;}#endifCMD:radio(playerid, params[]){ ShowPlayerDialog(playerid, Radio, DIALOG_STYLE_LIST,\"Rádiók\",\"LazaRádió\\nAll in Party\\nMixRádió\\nRockVilág\\nKikapcsolás\",\"Hallgatás\",\"Kilépés\"); return 1;}public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){if ( dialogid == Radio ){if( !response ){StopAudioStreamForPlayer(playerid);SendClientMessage(playerid,0x0000FFAA,\"{FF0000}Kiléptél a Rádió Dialogból!{00FF00}És a rádió kikapcsolva!\");return 1;}if( listitem == 0){PlayAudioStreamForPlayer(playerid,\"http://savetofile.net:8450/listen.pls\");SendClientMessage(playerid,0xFFFF00AA,\"Most a LazaRádió szól neked!\");}if( listitem == 1){PlayAudioStreamForPlayer(playerid,\"http://savetofile.net:8450/;stream\");SendClientMessage(playerid,0xFFFF00AA,\"Most a All in PartyRádió szól neked\");}if( listitem == 2){PlayAudioStreamForPlayer(playerid,\"http://212.108.220.144:1039/stream.mp3\");SendClientMessage(playerid,0xFFFF00AA,\"Most a MixRádió szól neked\");}if( listitem == 3){PlayAudioStreamForPlayer(playerid,\"http://94.199.181.124:8800/rockvilag1.m3u\");SendClientMessage(playerid,0xFFFF00AA,\"Most a RockVilágRádió szól neked\");}if( listitem == 4){StopAudioStreamForPlayer(playerid);SendClientMessage(playerid,0xFFFF00AA,\"Rádió Kikapcsolva\");}//Itt a hiba vége ami hiányos még. Csak írj bele egy } -jelet return 1;}
// Rádió by xD1999// Nevemet tüntesd fel!// Rádiók:MixRádió,Rádió1,NeoFM,classFM,LazaRádió,CitromRádió,EurópaRádió,RockVilág,FolkRádió//#define FILTERSCRIPT#define Radio 123#include <a_samp>#include <zcmd>#if defined FILTERSCRIPT #pragma tabsize 0public OnFilterScriptInit(){ print(\"\\n--------------------------------------\"); print(\" Radió Script by xD1999 betöltve\"); print(\"--------------------------------------\\n\"); return 1;}#endifCMD:radio(playerid, params[]){ ShowPlayerDialog(playerid, Radio, DIALOG_STYLE_LIST,\"Rádiók\",\"LazaRádió\\nAll in Party\\nMixRádió\\nRockVilág\\nKikapcsolás\",\"Hallgatás\",\"Kilépés\"); return 1;}public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){if ( dialogid == Radio ){if( !response ){StopAudioStreamForPlayer(playerid);SendClientMessage(playerid,0x0000FFAA,\"{FF0000}Kiléptél a Rádió Dialogból!{00FF00}És a rádió kikapcsolva!\");return 1;}if( listitem == 0){PlayAudioStreamForPlayer(playerid,\"http://savetofile.net:8450/listen.pls\");SendClientMessage(playerid,0xFFFF00AA,\"Most a LazaRádió szól neked!\");}if( listitem == 1){PlayAudioStreamForPlayer(playerid,\"http://savetofile.net:8450/;stream\");SendClientMessage(playerid,0xFFFF00AA,\"Most a All in PartyRádió szól neked\");}if( listitem == 2){PlayAudioStreamForPlayer(playerid,\"http://212.108.220.144:1039/stream.mp3\");SendClientMessage(playerid,0xFFFF00AA,\"Most a MixRádió szól neked\");}if( listitem == 3){PlayAudioStreamForPlayer(playerid,\"http://94.199.181.124:8800/rockvilag1.m3u\");SendClientMessage(playerid,0xFFFF00AA,\"Most a RockVilágRádió szól neked\");}if( listitem == 4){StopAudioStreamForPlayer(playerid);SendClientMessage(playerid,0xFFFF00AA,\"Rádió Kikapcsolva\");}//Itt a hiba vége ami hiányos még. Csak írj bele egy } -jelet return 1;}
Teszem be a goudlyne modot és 7.8MB-nél Távoli Mappaszerkesztés hiba lehet a mod nem jó mert egyszer már ment régen a szerverem másik moddal szóval ha meglehete oldani pls segítsetek ha nem meg akkor egy másik goudlyne mod linkjét küldjétek el.
Loaded log file: \"server_log.txt\".----------SA-MP Dedicated Server----------------------v0.3.7-R2, (C)2005-2015 SA-MP Team[17:39:29] [17:39:29] Server Plugins[17:39:29] --------------[17:39:29] Loading plugin: mysql.so[17:39:29] SA:MP MySQL Plugin v2.1.1 Loaded.[17:39:29] Loaded.[17:39:29] [MySQL] Thread running. Threadsafe: Yes.[17:39:29] Loading plugin: audio.so[17:39:29] *** Audio Plugin v0.5 by Incognito loaded ***[17:39:29] Loaded.[17:39:29] Loading plugin: streamer.so[17:39:29] *** Streamer Plugin v2.5.2 by Incognito loaded ***[17:39:29] Loaded.[17:39:29] Loading plugin: Whirlpool.so[17:39:29] [17:39:29] ==================[17:39:29] [17:39:29] Whirlpool loaded[17:39:29] [17:39:29] ==================[17:39:29] [17:39:29] Loaded.[17:39:29] Loading plugin: sscanf.so[17:39:29] [17:39:29] ===============================[17:39:29] sscanf plugin loaded. [17:39:29] Version: 2.8.1 [17:39:29] (c) 2012 Alex \"Y_Less\" Cole [17:39:29] ===============================[17:39:29] Loaded.[17:39:29] Loaded 5 plugins.[17:39:29] [17:39:29] Filterscripts[17:39:29] ---------------[17:39:29] Loading filterscript \'anims.amx\'...[17:39:29] Loading filterscript \'Objectek.amx\'...[17:39:29] Loading filterscript \'Objectek_Frakcio.amx\'...[17:39:29] Loading filterscript \'Objectek_Interior.amx\'...[17:39:29] Loaded 4 filterscripts.[17:39:29] Script[gamemodes/LiteRPG.amx]: Run time error 19: \"File or function is not found\"[17:39:29] Number of vehicle models: 0[/td]
C:\\Users\\Aron\\Documents\\pawno\\include\\mSelection.inc(192) : error 017: undefined symbol \"TEXT_DRAW_FONT_MODEL_PREVIEW\"C:\\Users\\Aron\\Documents\\pawno\\include\\mSelection.inc(448) : warning 235: public function lacks forward declaration (symbol \"OnPlayerClickTextDraw\")C:\\Users\\Aron\\Documents\\pawno\\include\\mSelection.inc(489) : warning 235: public function lacks forward declaration (symbol \"OnPlayerClickPlayerTextDraw\")Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error.
pawno\\include\\PPC_Kukas.inc(129) : error 017: undefined symbol \"StatsKukasDriverJobs\"pawno\\include\\PPC_Kukas.inc(219) : error 017: undefined symbol \"KukasDriver_TimeToFailMission\"pawno\\include\\PPC_Kukas.inc(230) : error 017: undefined symbol \"KukasDriver_TimeToFailMission\"pawno\\include\\PPC_Kukas.inc(265) : error 017: undefined symbol \"VehicleTimer\"pawno\\include\\PPC_Vonat.inc(125) : error 017: undefined symbol \"StatsVonatDriverJobs\"pawno\\include\\PPC_Vonat.inc(215) : error 017: undefined symbol \"VonatDriver_TimeToFailMission\"pawno\\include\\PPC_Vonat.inc(226) : error 017: undefined symbol \"VonatDriver_TimeToFailMission\"pawno\\include\\PPC_Vonat.inc(261) : error 017: undefined symbol \"VehicleTimer\"pawno\\include\\PPC_Dumperes.inc(68) : error 017: undefined symbol \"Dumper_TimeToFailMission\"pawno\\include\\PPC_Dumperes.inc(79) : error 017: undefined symbol \"Dumper_TimeToFailMission\"pawno\\include\\PPC_Dumperes.inc(204) : error 017: undefined symbol \"StatsDumperJobs\"pawno\\include\\PPC_Dumperes.inc(238) : error 017: undefined symbol \"VehicleTimer\"pawno\\include\\PPC_Bus.inc(206) : error 017: undefined symbol \"BusDriver_TimeToFailMission\"pawno\\include\\PPC_Bus.inc(207) : error 017: undefined symbol \"VehicleTimer\"pawno\\include\\PPC_Bus.inc(222) : error 017: undefined symbol \"BusDriver_TimeToFailMission\"pawno\\include\\PPC_Bus.inc(233) : error 017: undefined symbol \"BusDriver_TimeToFailMission\"pawno\\include\\PPC_Bus.inc(268) : error 017: undefined symbol \"VehicleTimer\"pawno\\include\\PPC_Police.inc(31) : error 017: undefined symbol \"ClassKukasDriver\"
error 047: array sizes do not match, or destination array is too smallstock LoadLabel(){for(new idx = 0; idx < sizeof(LabelInfo); idx++){ new file[32]; new color;format(file, sizeof(file), \"/3DTextLabel/%d.ini\", idx);if(fexist(file)){ LabelInfo[idx][LabelText] = dini_Get(file,\"LabelText\"); LabelInfo[idx][LabelColor] = dini_Int(file,\"LabelColor\"); LabelInfo[idx][LabelLatotav] = dini_Float(file,\"LabelPosX\"); LabelInfo[idx][LabelPosX] = dini_Float(file,\"LabelPosY\"); LabelInfo[idx][LabelPosY] = dini_Float(file,\"LabelPosZ\"); LabelInfo[idx][LabelPosZ] = dini_Float(file,\"LabelLatotav\"); LabelInfo[idx][LabelVirWorld] = dini_Int(file,\"LabelVirWorld\"); switch(LabelInfo[idx][LabelColor]) { case 0: color = GREEN; case 1: color = YELLOW; case 2: color = RED; } Create3DTextLabel(LabelInfo[idx][LabelText],color,LabelInfo[idx][LabelPosX],LabelInfo[idx][LabelPosY],LabelInfo[idx][LabelPosY],LabelInfo[idx][LabelLatotav],LabelInfo[idx][LabelVirWorld],0); LabelInfo[idx][LabelVan] = 1;}}return 1;}
array sizes do not match, or destination array is too small
param[params_szamlalo] = GetParam(cmdtext, params_szamlalo);
SendClientMessage(playerid, -1, KEK, \"Nem tudsz tovább kapcsolni!\");
error 035: argument type mismatch (argument 3)
Sziasztok, itt mi lehet a gond? SendClientMessage(playerid, -1, KEK, \"Nem tudsz tovább kapcsolni!\"); error 035: argument type mismatch (argument 3)
SendClientMessage(playerid, KEK, \"Nem tudsz tovább kapcsolni!\");