SA-MP Forums Archive
SetPlayerSkin causes client crashes - 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: SetPlayerSkin causes client crashes (/showthread.php?tid=96611)



SetPlayerSkin causes client crashes - Redirect Left - 09.09.2009

Since I started using SetPlayerSkin, I'm having multiple clients constanty crash out. any ideas why?


Re: SetPlayerSkin causes client crashes - [mad]MLK - 09.09.2009

Are you sure that it isen't conflicting with anything in you're script?.


Re: SetPlayerSkin causes client crashes - Redirect Left - 09.09.2009

Yup.


Re: SetPlayerSkin causes client crashes - On_Top_Non_Stop - 09.09.2009

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.


Re: SetPlayerSkin causes client crashes - Redirect Left - 09.09.2009

Hmm. I don't do it on the person when they die. But I do it when they've killed someone else.


Re: SetPlayerSkin causes client crashes - Pawno_Master - 09.09.2009

They need to become someone else if they killed someone? -.-
Are you maing a zombie server or something?


Re: SetPlayerSkin causes client crashes - Redirect Left - 09.09.2009

Quote:
Originally Posted by ekeleke
They need to become someone else if they killed someone? -.-
Are you maing a zombie server or something?
It's for a Spy class, killing someone reveals them.


Re: SetPlayerSkin causes client crashes - On_Top_Non_Stop - 09.09.2009

Well, Iv just stopped using SetPlayerSkin now since it seems to be really crashy and crashes a lot of people at the same time.


Re: SetPlayerSkin causes client crashes - Correlli - 09.09.2009

I've never experienced any problems with SetPlayerSkin function.


Re: SetPlayerSkin causes client crashes - Redirect Left - 10.09.2009

I'm still having this issue, but I've now also checked setplayerskin isn't done whilst in a vehicle, or dead.


Re: SetPlayerSkin causes client crashes - Redirect Left - 15.09.2009

Bleh, still not managed to figure this out


Re: SetPlayerSkin causes client crashes - Joske_Vermeulen - 15.09.2009

SetPlayerSkin while player entering vehicle -> crash
or something in your sumo script


Re: SetPlayerSkin causes client crashes - Redirect Left - 15.09.2009

Quote:
Originally Posted by =Contador=
SetPlayerSkin while player entering vehicle -> crash
or something in your sumo script
when did I say anything about it being on Sumo...


Re: SetPlayerSkin causes client crashes - Correlli - 15.09.2009

Try to use debug-messages with SetPlayerSkin functions, maybe the problem is just at one skin.


Re: SetPlayerSkin causes client crashes - Calgon - 15.09.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.