SA-MP Forums Archive
Server 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Server Problem (/showthread.php?tid=95251)



Server Problem - Oi! - 03.09.2009

Never mind I got that sorted out, now my only problem is when I login my game freezes, it doesn't crash it just freezes, is there any possible way to fix this?



Re: Server Problem - Oi! - 03.09.2009

I've got this function in it "SpawnPlayer(playerid);"

Could that be the problem? Actually I think there is a problem with it, cause everytime I try and spawn it just freezes me, but when I set up the script to do SetPlayerSpawn, it will let me spawn and I don't crash at all, but everytime I press shift etc I just freeze, is there any way at all to fix this problem?


Re: Server Problem - CJ101 - 03.09.2009

if you Have SpawnPlayer under onPlayerspawn, you are making an infinite spawn loop. Remove it.