AdrenalineX Forums

General => AdrenalineX Development => Bug Reports => Topic started by: [FSR]Ush on February 17, 2010, 10:28:25 pm

Title: Skin not getting saved
Post by: [FSR]Ush on February 17, 2010, 10:28:25 pm
As the title says, when I enter the server I got another skin as I have saved... it's getting a bit annoying to type /skin 115 everytime I join because my skin doesn't get saved.

I don't have any idea what could be the problem or if anyone else has the same problem.
Title: Re: Skin not getting saved
Post by: ﱡ קּﻰﺢ Love on February 18, 2010, 12:22:40 am
I have it for some time too.I did report it to Rac3r face to face (or word to word lol) but he forgot it i think. :P It keeps for like one day or two then i spawn a random character again.Likely the one that pops up first in login screen.
Title: Re: Skin not getting saved
Post by: [FSR]Ush on February 18, 2010, 02:50:40 pm
I have it for some time too.I did report it to Rac3r face to face (or word to word lol) but he forgot it i think. :P It keeps for like one day or two then i spawn a random character again.Likely the one that pops up first in login screen.

Every word you said count for me too :L I also said it on server, but as I would do also rac3r forgot it :L
Title: Re: Skin not getting saved
Post by: [MAF]Rac3r on February 19, 2010, 10:14:06 am
:L

Code: [Select]
stock IsGTASkinValid(skinid)
{
if(skinid < 0 || skinid >288)return false;
switch(skinid)
{
case 1,2,3,4,5,6,7,8:return false;
case 41,42,43,64,65,66,73,74,75,86:return false;
case 119,148,149,150:return false;
case 207,208,265,266,267,268,269,270,271,272,273,274:return false;
}
return true;
}
The above numbers are invalid (or so I thought). Let me know if any of the above are the skins you are trying to save.
Title: Re: Skin not getting saved
Post by: [FSR]Ush on February 19, 2010, 10:18:36 am
I use skin 115 and it isn't in your list.
Title: Re: Skin not getting saved
Post by: ﱡ קּﻰﺢ Love on February 19, 2010, 07:44:21 pm
My current is 291 and i checked it didnt go nowhere.Why are they blocked to be saved?