Skin Change / pClass change
#1

Iam having a problem with skin change. The problem is that you can't choose new skin, you can just spawn with the skin you choose on account creating, if pResume set to 0 then player will choose his skin but he will lose all his stats [Money, days alive and all that stuff]

CODE:

PHP код:
if(PlayerInfo[playerid][pResume] == 1)
            {
            
SetPlayerSkin(playeridPlayerInfo[playerid][pClass]);
            }
           
            
SetPlayerHealth(playerid0);
            
ForceClassSelection(playerid);
            
PlayerInfo[playerid][pResume] = 1;
           
            } 
Reply
#2

Any ideas? I don't have much time to figureout by myself. I only work 1 hour per day on server and that's not enough but i will not quit this.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)