Login before intro problem
#6

Код:
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);
        }
EDIT: Resolved!
Reply


Messages In This Thread
Login before intro problem - by FL3GM4 - 27.12.2012, 12:48
Re: Login before intro problem - by FL3GM4 - 27.12.2012, 18:36
Re: Login before intro problem - by Faisal_khan - 27.12.2012, 18:45
Re: Login before intro problem - by FL3GM4 - 27.12.2012, 19:00
Re: Login before intro problem - by Faisal_khan - 27.12.2012, 19:05
Re: Login before intro problem - by FL3GM4 - 27.12.2012, 19:19
Re: Login before intro problem - by Faisal_khan - 27.12.2012, 19:23
Re: Login before intro problem - by FL3GM4 - 27.12.2012, 21:08
Re: Login before intro problem - by FL3GM4 - 28.12.2012, 12:38

Forum Jump:


Users browsing this thread: 1 Guest(s)