Spawn without clicking "SPAWN" button
#5

Quote:
Originally Posted by RoX123
Посмотреть сообщение
To put it under OnPlayerRequestClass or Under OnDialogResponse, i tryed it to both but "DelayedSpawn" is undefined
You have to place the
PHP код:
SetTimerEx("DelayedSpawn"250false"i"playerid); 
-.. inside OnplayerRequestClass and again inside DIALOG_LOGIN.



Then you have to add this function anywhere in your script.
PHP код:
forward DelayedSpawn(playerid); 
public 
DelayedSpawn(playerid

    
SpawnPlayer(playerid); 
    return 
1

Reply


Messages In This Thread
Spawn without clicking "SPAWN" button - by RoX123 - 01.07.2017, 19:45
Re: Spawn without clicking "SPAWN" button - by jbankss - 01.07.2017, 20:35
Re: Spawn without clicking "SPAWN" button - by RoX123 - 01.07.2017, 21:47
Re: Spawn without clicking "SPAWN" button - by MrAjusshi - 02.07.2017, 02:38
Re: Spawn without clicking "SPAWN" button - by jbankss - 02.07.2017, 07:50
Re: Spawn without clicking "SPAWN" button - by Beryllium - 02.07.2017, 08:23
Re: Spawn without clicking "SPAWN" button - by RoX123 - 02.07.2017, 11:42
Re: Spawn without clicking "SPAWN" button - by jbankss - 02.07.2017, 14:18

Forum Jump:


Users browsing this thread: 1 Guest(s)