Skin reset
#4

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp("/work",cmdtext))
    {
        if(IsPlayerInRangeOfPoint(playerid, 7.0, 317.130615, 692.398498, 11.460937))
        {
            GetPlayerSkin(playerid);
            SetPlayerSkin(playerid, 277);
        }
        return 1;
    }
    return 1;
}
fix your cmd
Reply


Messages In This Thread
Skin reset - by Stm - 29.07.2012, 12:33
Re: Skin reset - by Littlehelper - 29.07.2012, 12:39
Re: Skin reset - by KingyKings - 29.07.2012, 12:39
Re: Skin reset - by Devilxz97 - 29.07.2012, 12:39
Re: Skin reset - by Stm - 29.07.2012, 12:58
Re: Skin reset - by Devilxz97 - 29.07.2012, 13:10
Re: Skin reset - by Stm - 29.07.2012, 13:15
Re: Skin reset - by Littlehelper - 29.07.2012, 13:16
Re: Skin reset - by Devilxz97 - 29.07.2012, 13:55

Forum Jump:


Users browsing this thread: 1 Guest(s)