25.10.2010, 00:37
Hi!
like this is for rcon admin but it should to be all ladmins. I need to do it like every ladmin admin not rcon admin please help how to change it? tryied a lot of ways anything didnt help
(Thanks)
Quote:
dcmd_av(playerid, params[]) { #pragma unused params if(!IsPlayerLAdmin(playerid))return SendClientMessage(playerid,0xF60000AA, "You Need To Be An Admin To Use This Command"); else ShowPlayerDialog(playerid, CARMENU, DIALOG_STYLE_LIST, "Vehicle Selection Menu","Bikes\nCars 1 [A-E]\nCars 2 [F-P]\nCars 3 [P-S]\nCars 4 [S-Z]\nHelicopters\nPlanes\nBoats\nTrains\nTrailers\nRC Vehicles + Vortex", "Select", "Cancel"); return 1; } |
