Player start to fly directly after finishing register. - 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: Player start to fly directly after finishing register. (
/showthread.php?tid=608103)
Player start to fly directly after finishing register. -
Luicy. - 27.05.2016
So when ever I register, I start to fly upward, but if I login, It works fine, Any idea? Pastebin of login & register:
(note: stocks with p_ in start, is called on the public.)
pastebin:
http://pastebin.com/Vc24fJBa
Re: Player start to fly directly after finishing register. -
justjamie - 27.05.2016
in stock p_OnPlayerLogin
add
PHP код:
TogglePlayerSpectating(playerid, 0);
Re: Player start to fly directly after finishing register. -
Luicy. - 27.05.2016
Oh right! Forgot that, Thanks. Will test.