07.08.2011, 11:22
Quote:
Well, with the ban command, if you wanted it to be in hours, all you would have to do is multiply the ban_time variable by 60 to convert it to hours. For example:
pawn Код:
pawn Код:
|
THANKS ALOT! ^^
By the way, how can I make it work with Ladmin?
I tried to replace if(!IsPlayerAdmin(playerid)) with if(PlayerInfo[playerid][Level] >= 9)) but then All levels lower than 9 could ban but not higher or level 9.