Posts: 1,023
Threads: 50
Joined: Mar 2007
Reputation:
0
Since I started using SetPlayerSkin, I'm having multiple clients constanty crash out. any ideas why?
Posts: 350
Threads: 126
Joined: Mar 2009
Reputation:
0
Are you sure that it isen't conflicting with anything in you're script?.
Posts: 289
Threads: 8
Joined: Sep 2007
Reputation:
0
Are you using it when a player dies? That seems to be the only time it crashes someone and sometimes every one around that person.
Posts: 1,023
Threads: 50
Joined: Mar 2007
Reputation:
0
Hmm. I don't do it on the person when they die. But I do it when they've killed someone else.
Posts: 379
Threads: 53
Joined: Jun 2009
Reputation:
0
They need to become someone else if they killed someone? -.-
Are you maing a zombie server or something?
Posts: 289
Threads: 8
Joined: Sep 2007
Reputation:
0
Well, Iv just stopped using SetPlayerSkin now since it seems to be really crashy and crashes a lot of people at the same time.
Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
I've never experienced any problems with SetPlayerSkin function.
Posts: 1,023
Threads: 50
Joined: Mar 2007
Reputation:
0
I'm still having this issue, but I've now also checked setplayerskin isn't done whilst in a vehicle, or dead.
Posts: 110
Threads: 2
Joined: Mar 2007
Reputation:
0
SetPlayerSkin while player entering vehicle -> crash
or something in your sumo script
Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
Try to use debug-messages with SetPlayerSkin functions, maybe the problem is just at one skin.
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by Don Correlli
Try to use debug-messages with SetPlayerSkin functions, maybe the problem is just at one skin.
|
Good idea. If it's not just that skin, maybe set a timer that executes a second or so later, because OnPlayerDeath could be bugging it? Anyway, I'm not sure if this will work but good luck.