How to Remove the "Spawn" Button - 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: How to Remove the "Spawn" Button (
/showthread.php?tid=352561)
How to Remove the "Spawn" Button -
Black Axe - 20.06.2012
Well - I want to remove that once the player join he must click "Spawn" button - How to remove that button and to make the player Auto-Spawn ?
Re: How to Remove the "Spawn" Button -
milanosie - 20.06.2012
Use search, hundreds of topics about this
Re: How to Remove the "Spawn" Button -
[MM]RoXoR[FS] - 20.06.2012
pawn Код:
public OnPlayerConnect(playerid)
{
SetSpawnInfo(playerid, 255, 16,1958,1343,15,269,38, 500, 0, 0, 0, 0);
SpawnPlayer(playerid);
return 1;
}