28.11.2013, 11:02
Create a new enum called "pVip" or something
Then create an admin command that will set the targets Vip to 1 ( PlayerInfo[playerid][pVip] = viplevel )
And then at the command
Or something like that xd
Then create an admin command that will set the targets Vip to 1 ( PlayerInfo[playerid][pVip] = viplevel )
And then at the command
pawn Код:
if(PlayerInfo[playerid][pVip] = 0) return SendClientMessage(playerid, COLOR_RED, "[VIP] - Only vips can use this command!");