27.12.2012, 19:19
Код:
C:\Users\toni\Desktop\Gang War Los Santos 0.3e\gamemodes\mod2.pwn(4894) : error 017: undefined symbol "naslov2" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
if(GetPVarInt(playerid, "Intro") < 10) { SetTimerEx("ShowIntro", 300, 0, "d", playerid); } else if(9 < GetPVarInt(playerid, "Intro") < 13) { SetTimerEx("ShowIntro", 2000, 0, "d", playerid); } else { for(new i; i < sizeof(Intro); i++) { TextDrawHideForPlayer(playerid, Intro[i]); ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD, naslov2, text, "Login", "Odustani"); } TogglePlayerSpectating(playerid, false); ForceClassSelection(playerid); }