28.11.2013, 10:51
i want change cmd to vips so how can i change it
if(PlayerInfo[playerid][pVip] = 0) return SendClientMessage(playerid, COLOR_RED, "[VIP] - Only vips can use this command!");
new VIP[MAX_PLAYERS];
CMD:test(playerid, params[]) //Using ZCmd
{
if(VIP[playerid] == 0)
{
// If he isn't premium..
return SendClientMessage(playerid, -1 "You're not premium");
}
// If he is premium
return 1;
}