How can i make permission skin?
#4

Something like this should work, yet you need to make the variables and such if you haven't

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    if(GetPlayerSkin(playerid) == skinidhere && PlayerInfo[playerid][pMember] != 1) //If the member is not value 1, and if they have a specific skin, and it continues.
    {
        SendClientMessage(playerid, 0xFF0000FF, "Restricted Skin!");
        return 0;
    }
    return 1;
}
Change variables to your variable as-well.
Reply


Messages In This Thread
How can i make permission skin? - by UserName31 - 26.06.2012, 20:31
Re: How can i make permission skin? - by Kindred - 26.06.2012, 20:33
Re: How can i make permission skin? - by UserName31 - 26.06.2012, 20:40
Re: How can i make permission skin? - by Kindred - 26.06.2012, 20:51
Re: How can i make permission skin? - by UserName31 - 26.06.2012, 20:51
Re: How can i make permission skin? - by UserName31 - 26.06.2012, 20:55
Re: How can i make permission skin? - by Kindred - 26.06.2012, 20:58
Re: How can i make permission skin? - by UserName31 - 26.06.2012, 21:20

Forum Jump:


Users browsing this thread: 1 Guest(s)