Server 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: Server help (
/showthread.php?tid=392464)
Server help -
Mustafa6155 - 14.11.2012
Hey guys i maked an teleport command but new i login i can't walk please help.
Re: Server help -
Konstantinos - 14.11.2012
Explain more, what the problem is.
Re: Server help -
jeremy8810 - 14.11.2012
Show your code... OnPlayerSpawn and your command, would help us to answer your question
Re: Server help -
Mustafa6155 - 14.11.2012
New if player spawn as cilivian or other it will freeze i need to /freeze id then again unfreeze how to fix.
Re: Server help -
Faisal_khan - 14.11.2012
When do you want to unfreeze the player? After login?
Then add this under the Login Dialog response i.e. under OnPlayerDialogResponse
pawn Код:
TooglePlayerControllable(playerid, 1);
Re: Server help -
Mustafa6155 - 14.11.2012
Thanks Here REP+