Spawn Help - 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: Spawn Help (
/showthread.php?tid=344718)
Spawn Help -
Dasine94 - 22.05.2012
Im making my GM from LARP/GODFATHER, so i want when player answers question "Are you Male or Female?", when he answers, i want player spawn, not stay there and cant move, could somebody help me ?
![Smiley](images/smilies/smile.png)
, Thanks
Re: Spawn Help -
lamarr007 - 22.05.2012
https://sampwiki.blast.hk/wiki/SpawnPlayer ??
Re: Spawn Help -
Dasine94 - 22.05.2012
Dude, i think u dont understand what i want...
Re: Spawn Help -
[ABK]Antonio - 22.05.2012
I have no clue without seeing any code.
Re: Spawn Help -
vIBIENNYx - 22.05.2012
Is the player already spawned? If he is, try:
pawn Код:
TogglePlayerControllable(playerid, 1);
Put that after the input from the user.
If it doesn't work please post your PAWN code that is relevant so I can take a look