I need help for this!
#1

How to set standard skin id for a playername?
Reply
#2

you are thinking like lock the skin by players name?
Reply
#3

pawn Код:
public OnPlayerSpawn(playerid)
{
    new pName[24];
    GetPlayerName(playerid,pName,24);
    if(!strcmp("Whatever You Want",pName,true))
    {
        SetPlayerSkin(playerid,skinid);
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)