help me - 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: help me (
/showthread.php?tid=588069)
help me -
SeNNNz - 05.09.2015
http://imgur.com/W2xXmM7
How do so arise. Let me give you only live to spawn and I choose.
Re: help me -
SpikY_ - 05.09.2015
you know how to disable "spawn" button?
Re: help me -
SeNNNz - 05.09.2015
I do not know want to know how you disable it
Re: help me -
SpikY_ - 05.09.2015
maybe try SpawnPlayer(playerid); under OnPlayerRequestClass
Re: help me -
SeNNNz - 05.09.2015
not working
Re: help me -
jlalt - 05.09.2015
check:
PHP код:
public OnPlayerRequestSpawn(playerid) {
maybe you made it return 0;
will not spawn player i think
or try to add :
PHP код:
public OnPlayerRequestSpawn(playerid) {
SpawnPlayer(playerid);
return 1;
}