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


Messages In This Thread
Skin Change / pClass change - by DarknesS1988 - 28.10.2018, 07:52
Re: Skin Change / pClass change - by DarknesS1988 - 29.10.2018, 18:21

Forum Jump:


Users browsing this thread: 1 Guest(s)