warning 202 help
#3

Try this

pawn Код:
forward OnPlayerLogin(playerid);
forward OnPlayerLoginAttempt(playerid);

public OnLoginAttempt(playerid)
{

    .........

    SetTimerEx("OnPlayerLogin", 100, false, "i", playerid);
    return 1;
}

public OnPlayerLogin(playerid)
{

    ...........

    return 1;
}
Reply


Messages In This Thread
warning 202 help - by extror3 - 19.05.2014, 12:41
Re: warning 202 help - by extror3 - 19.05.2014, 14:37
Re: warning 202 help - by JFF - 19.05.2014, 15:00
AW: warning 202 help - by Skimmer - 19.05.2014, 15:28
Re: warning 202 help - by extror3 - 19.05.2014, 16:19

Forum Jump:


Users browsing this thread: 2 Guest(s)