Restricted skins
#1

Ok i need to make a coding which restricts players that are NOT vips from spawing with the skin from under onplayerrequestclass my coding hasnt been working could someone help out real quick


PHP код:
        case 28 .. 29:
        {
            
gTeam[playerid] = VIPS;
            
ShowClassTextdraw(playeridred"Premium Accounts","GAZA UTES");
            if(
pInfo[playerid][VIP] < 1) return SendClientMessage(playerid,-1,"You are not a Premium Member..");
            return 
0;
          }
    } 
Reply


Messages In This Thread
Restricted skins - by 1fret - 16.04.2017, 04:34
Re: Restricted skins - by AjaxM - 16.04.2017, 07:20
Re: Restricted skins - by 1fret - 16.04.2017, 15:36
Re: Restricted skins - by ISmokezU - 16.04.2017, 15:50
Re: Restricted skins - by 1fret - 16.04.2017, 15:59
Re: Restricted skins - by ISmokezU - 16.04.2017, 16:02
Re: Restricted skins - by 1fret - 16.04.2017, 19:07

Forum Jump:


Users browsing this thread: 1 Guest(s)