12.06.2011, 16:11
You need to define VIP players. So you could put something like this in the command
pawn Код:
if(Playerinfo[playerid][VIP] >1)
{
//Command code here
}
else return 0;