Posts: 104
Threads: 42
Joined: May 2009
Reputation:
0
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?
Posts: 104
Threads: 42
Joined: May 2009
Reputation:
0
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?
Posts: 1,758
Threads: 157
Joined: Jan 2008
Reputation:
0
if you Have SpawnPlayer under onPlayerspawn, you are making an infinite spawn loop. Remove it.