C:\\Documents and Settings\\Sanyika\\Asztal\\California State RPG\\gamemodes\\Sanyimod.pwn(27501) : error 017: undefined symbol \"DutyDisable\"C:\\Documents and Settings\\Sanyika\\Asztal\\California State RPG\\gamemodes\\Sanyimod.pwn(27501) : error 017: undefined symbol \"playerid\"C:\\Documents and Settings\\Sanyika\\Asztal\\California State RPG\\gamemodes\\Sanyimod.pwn(27501) : error 029: invalid expression, assumed zeroC:\\Documents and Settings\\Sanyika\\Asztal\\California State RPG\\gamemodes\\Sanyimod.pwn(27501) : fatal error 107: too many error messages on one lineCompilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors.
SetTimer(\"UpdateTime\",1000 * 60,1);SetTimer(\"uzenetkuldes\",300000,1); //itt állíthatod az üzenetküldések közötti időt DutyDisable[playerid] = true; AdminSeged[playerid] = 0 TvEngedely[playerid] = 0 <---ERRE A SORRA/*AP_map_gh0st_removes*/RemoveBuildingForPlayer(playerid, 785, -460.2578, -591.9609, 11.0625, 0.25);RemoveBuildingForPlayer(playerid, 17349, -542.0078, -522.8438, 29.5938, 0.25)
DutyDisable[playerid] = true; AdminSeged[playerid] = 0;TvEngedely[playerid] = 0;
CMD:poz(playerid, params[]) { new Float:x, Float:y, Float:z, interior; new string[128]; if(sscanf(params, \"dfff\", interior, x, y, z)) scm(playerid, takonyzold, \"(Használata): /poz (interior) és (X) (Y) (Z) Koordináta (!!KOCSIVAL NE HASZNÁLD!!)\");if(IsPlayerInAnyVehicle(playerid)) { SetVehiclePos(GetPlayerVehicleID(playerid), x,y,z); } else { SetPlayerInterior(playerid,interior); SetPlayerPos(playerid, x, y, z);} format(string, sizeof(string), \"[Teleportálás ide]:Interior: %d pozicio: %f, %f, %f\", interior, x, y, z); scm(playerid, narancs, string); return 1;}
if(pInfo[playerid] < 3) return SendClientMessage(playerid, -1, \"Real Life RPG - Nincs jogosultságod a parancs használatához.\");