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



Server Spawn Problem - RenSoprano - 26.03.2014

Today when i turn on our server I saw something is wrong with spawning I will provide you code if need but first i will show you some pics

http://imgur.com/XcOfJ2D,MksuABB,Ho8f2bF

So when i login and spawn its freeze my account but i can rotate my mouse for 1 sec and its back to the old pos ( Right and Left then it comes back to the character)


Re: Server Spawn Problem - Voxel - 26.03.2014

It would be nice to see your code but first you can try using
pawn Код:
//put this code where you are being spawned
TogglePlayerControllable(playerid, 1);
SetCameraBehindPlayer(playerid);
If it doesnt work then please provide us with your code.