undefined symbol "playerid".
#2

use this:
Код:
	public OnPlayerConnect(playerid)
	{
	    SetTimerEx("test", 360000, true, "i", playerid);
	    return 1;
	}
	public test(playerid)
	{
	    if(IsPlayerInRangeOfPoint(playerid,30.0,-2802.2390,-474.2502,7.1875))
	    {
	        new vid = GetPlayerVehicleID(playerid);
	        {
	            //codes
	        }
	    }
	}
Reply


Messages In This Thread
undefined symbol "playerid". - by TaLhA XIV - 23.08.2012, 19:58
Re: undefined symbol "playerid". - by Sielly - 23.08.2012, 20:00
Re: undefined symbol "playerid". - by TaLhA XIV - 23.08.2012, 20:42
Re: undefined symbol "playerid". - by .FuneraL. - 23.08.2012, 20:43
Re: undefined symbol "playerid". - by TaLhA XIV - 23.08.2012, 20:46
Re: undefined symbol "playerid". - by .FuneraL. - 23.08.2012, 20:49
Re: undefined symbol "playerid". - by clarencecuzz - 23.08.2012, 20:50
Re: undefined symbol "playerid". - by TaLhA XIV - 24.08.2012, 00:18
Re: undefined symbol "playerid". - by Kirollos - 24.08.2012, 00:48

Forum Jump:


Users browsing this thread: 7 Guest(s)