SA-MP Forums Archive
remove RequestClass - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: remove RequestClass (/showthread.php?tid=450429)



remove RequestClass - trolltomax - 13.07.2013

How to remove RequestClass?when login/register automatic will be spawn?
im add
Код:
SpawnPlayer(playerid);
on player connect and again dont work..


Re: remove RequestClass - DobbysGamertag - 13.07.2013

Add it to OnPlayerReqestClass


See if you get the same results then


Re: remove RequestClass - trolltomax - 13.07.2013

nope


Re: remove RequestClass - RALL0 - 13.07.2013

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SpawnPlayer(playerid);
}

//OnPlayerConnect
SetSpawnInfo(playerid, 0,0,0,0,0,0,0,0,0,0,0,0);
This works


Re: remove RequestClass - trolltomax - 13.07.2013

thankssssss