Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
Hello, I can't quite get my had around this as I am spawning perfectly fine on my localhost server but when I try my VPS it just closes the server, if you could also reply with which codes you'd need to see then I will gladly post.
Kind Regards, Luis.
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
Does it print any error to the server_log?
OnPlayerSpawn and possibly OnPlayerRequestSpawn, is probably the critter!
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
You have 'TextDrawShowForPlayer(playerid..' IN the MAX_PLAYERS loop, a possible cause?
Posts: 780
Threads: 58
Joined: Jan 2011
Reputation:
0
Perhaps the problem would be other Filterscripts/or something.
Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
I don't have any other filterscripts.
funky1234: I'll try it now.
Right, it is still doing it for some reason, I am seriously confused.
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
Just as a thought; try commenting out the loop (and its contents) and see if it works then. I'm confused to, it looks perfectly fine to me!
Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
Just a side note, it works when a player registers but not when a player is logging in.
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
Is the skinid and other data correctly getting assigned to: 'PlayerInfor' on login? Are you assigning things differently compared to whenn they register? That just makes this more of a puzzle! Haha