[Help]Skin VIP
#4

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    if(GetPlayerSkin(playerid) == SKINID && (PlayerInfo[playerid][Vip] < 1)) //replace SKINID with id of skin you want and 1 with vip level
    {
        SendClientMessage(playerid, COLOR_RED, "This skin is for VIP use only!");
        return 0;
    }
    return 1;
}
Something like that.. You will maybe have to change thing or two but it should be simple for you if you succeded to create system
Reply


Messages In This Thread
[Help]Skin VIP - by FisherMan - 22.09.2014, 21:19
Re: [Help]Skin VIP - by Abagail - 22.09.2014, 21:25
Re: [Help]Skin VIP - by FisherMan - 22.09.2014, 21:39
Re: [Help]Skin VIP - by LeroyII - 22.09.2014, 21:45
Re: [Help]Skin VIP - by FisherMan - 22.09.2014, 21:55
Re: [Help]Skin VIP - by FisherMan - 22.09.2014, 22:47
Re: [Help]Skin VIP - by FisherMan - 23.09.2014, 00:13
Re: [Help]Skin VIP - by pEmanZ - 23.09.2014, 00:27
Re: [Help]Skin VIP - by FisherMan - 23.09.2014, 04:47
Re: [Help]Skin VIP - by killing - 23.09.2014, 08:29

Forum Jump:


Users browsing this thread: 1 Guest(s)