Page 1 of 1

Yakuza requesting new skins

Posted: January 19th, 2010, 5:40 pm
by Anthony Martinez
We would like our skins changed from the ones we have to these:

120, 123, 186

Image Image Image

Re: Yakuza requesting new skins

Posted: January 19th, 2010, 11:33 pm
by Ari_Papadopoulos
I like this three as a combo, and I will give them to you.

Re: Yakuza requesting new skins

Posted: January 19th, 2010, 11:35 pm
by Ari_Papadopoulos
Also,

THANK YOU SO MUCH FOR DOING THIS IN THE RIGHT FORMAT!!!! YOU RULE!!!!

Re: Yakuza requesting new skins

Posted: January 21st, 2010, 7:07 am
by Jeremy_Clarckson
ok mister

Code: Select all

case 6: // yakuza
            {
                switch(SelectCharPlace[playerid])
                {
                   case 1: { SelectCharPlace[playerid]++; ChosenSkin[playerid] = 120; }
                   case 2: { SelectCharPlace[playerid]++; ChosenSkin[playerid] = 123; }
                   case 3: { SelectCharPlace[playerid]=1; ChosenSkin[playerid] = 186; }
               }

Re: Yakuza requesting new skins

Posted: January 21st, 2010, 11:33 am
by Ari_Papadopoulos
Jeremy_Clarckson wrote:ok mister

Code: Select all

case 6: // yakuza
            {
                switch(SelectCharPlace[playerid])
                {
                   case 1: { SelectCharPlace[playerid]++; ChosenSkin[playerid] = 120; }
                   case 2: { SelectCharPlace[playerid]++; ChosenSkin[playerid] = 123; }
                   case 3: { SelectCharPlace[playerid]=1; ChosenSkin[playerid] = 186; }
               }
no, it was already in the right format. it's easy to change three numbers in the script. thank anyway though.