SA-MP Forums Archive
Help please spawn script - 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 please spawn script (/showthread.php?tid=284877)



Solved - Just remove it - scripting7000 - 21.09.2011

Solved


Re: Help please spawn script - Kingunit - 21.09.2011

SHIFT and ENTER are spawn command. If you are in the spawn menu and you are pressing SHIFT you will get spawned. That's SA:MP.


Re: Help please spawn script - scripting7000 - 21.09.2011

Yes i know, but I tried but it wont spawn.

It wont even put me in the next menu.


Re: Help please spawn script - Kingunit - 21.09.2011

You can set at OnPlayerSpawn();
pawn Код:
SetPlayerPos(playerid, x,y,z);
And at OnPlayerRequestClass:
pawn Код:
Spawnplayer(playerid);



Re: Help please spawn script - scripting7000 - 21.09.2011

I think you didn't understand the problem, it's the menu thats bugged somehow,


When i choose airplanes, it wont even let me see the airplanes I can choose between because it wont set me to that menu, it simply just choose to throw me out = not coming the next menu up.