OnPlayerRequestClass -> Disable - 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: OnPlayerRequestClass -> Disable (
/showthread.php?tid=523958)
OnPlayerRequestClass -> Disable -
jamal1992 - 04.07.2014
Who can disabled this function, i mean when is called, it doesn`t respond !
Re: OnPlayerRequestClass -> Disable -
DarkZeroX - 04.07.2014
PHP код:
public OnPlayerRequestClass(playerid,classid)
{
SpawnPlayer(playerid);
return 0;
}