28.07.2009, 12:47
Thanks guys
I got problems with this one as well:
I want to use it only for admins who are logged on with rcon.
I got problems with this one as well:
Quote:
if (strcmp("/minigun", cmdtext, true, 10) == 0) { (IsPlayerAdmin(playerid)); GivePlayerWeapon(Playerid, 38, 99999); } else { SendClientMessage(playerid, 0xFFFFFFAA, "Sorry you are not allowed to use this"); return 1; } |