Spawn player without class
#4

PHP код:
forward SkipSpawn(playerid);
public 
OnPlayerRequestClass(playerid)
{
  
SetTimerEx("SkipSpawn",0,1,"i",playerid);//It's required to have atleast 1 millisecond
  
return 1;
}
public 
SkipSpawn(playerid)
{
  
//Set Spawn Information Here Using SpawnInfo(...);
  
SpawnPlayer(playerid);
  return 
1;

Reply


Messages In This Thread
Spawn player without class - by NeXoR - 25.04.2016, 21:43
Re: Spawn player without class - by Unte99 - 25.04.2016, 21:50
Re: Spawn player without class - by NeXoR - 25.04.2016, 21:56
Re: Spawn player without class - by oMa37 - 25.04.2016, 22:05
Re: Spawn player without class - by Unte99 - 25.04.2016, 22:06

Forum Jump:


Users browsing this thread: 1 Guest(s)