SA-MP Forums Archive
Spawn - 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 (/showthread.php?tid=310231)



Spawn - Alex.Cone - 11.01.2012

Hello there .

I have one problem . I have just made register/login system . And problem is when i type my password to login , my player is spawned but camera of player is in same position like on login . Here is pic :
http://imageshack.us/photo/my-images/213/samp091vt.png/
I can move my player, but camera i can't .
Sorry for bad english .


Re: Spawn - ScriptJorkis - 11.01.2012

make sure you did

pawn Код:
SetCameraBehindPlayer(playerid);
onplayerspawn


Re: Spawn - Alex.Cone - 11.01.2012

It's ok now . Thank you