SA-MP Forums Archive
spawn - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: spawn (/showthread.php?tid=261896)



spawn - karimos - 15.06.2011

Hello I want to remove the spawn button that appears for rp server


Re: spawn - randomkid88 - 15.06.2011

You can't remove it.


Re : spawn - karimos - 15.06.2011

i can cancel its or hide?


Respuesta: spawn - [J]ulian - 15.06.2011

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



Re: spawn - randomkid88 - 15.06.2011

You can skip it, but then the player won't be able to choose their skin.

under OnPlayerRequestClass try putting SpawnPlayer(playerid);


Re : spawn - karimos - 15.06.2011

i try it but he dont work


Re: spawn - jjp240 - 24.06.2011

what if you want them to spawn with a default skin? and then after they buy a new skin in-game, their skin could reload from a .ini file?