07.09.2017, 19:16
hey so I'm working on brand new script and I want to remove this spawn button so what I got is onplayerrequestclass it show him register dialog and when he finish the server show him guide after he finishes the guide I used this
and on player spawn I have this
I got nothing on onplayerrequestclass but still to spawn that player I need to press the spawn button can someone help?
PHP код:
if (dialogid == DIALOG_TUTORIAL7)
{
SpawnPlayer(playerid);
}
PHP код:
public OnPlayerSpawn(playerid)
{
SetPlayerPos(ect, ect ,ect);
}