OnPlayerRequestClass
#9

this will work ,

PHP код:
forward Spawn(playerid);
public 
OnPlayerRequestClass(playeridclassid)
{
    
SetTimerEx("Spawn"10false"i"playerid);
    return 
1;
}
public 
Spawn(playerid)
{
    
SpawnPlayer(playerid);

Good luck
Reply


Messages In This Thread
OnPlayerRequestClass - by AhmedMohamed - 25.01.2014, 02:23
Re: OnPlayerRequestClass - by Shetch - 25.01.2014, 02:49
Re: OnPlayerRequestClass - by AhmedMohamed - 25.01.2014, 03:04
Re: OnPlayerRequestClass - by AhmedMohamed - 25.01.2014, 03:08
Re: OnPlayerRequestClass - by ZBits - 25.01.2014, 03:16
Re: OnPlayerRequestClass - by AhmedMohamed - 25.01.2014, 03:17
Re: OnPlayerRequestClass - by AhmedMohamed - 25.01.2014, 03:28
Re: OnPlayerRequestClass - by Scottas - 25.01.2014, 06:24
Re : OnPlayerRequestClass - by MCZOFT - 25.01.2014, 10:37
Re: OnPlayerRequestClass - by Threshold - 25.01.2014, 10:40

Forum Jump:


Users browsing this thread: 1 Guest(s)