15.07.2014, 21:31
How to fix this?
First I get this, thats not the problem, BUT

THEN THIS:

Where is the button, that I suppose to get?
HERE IS THE CMD:
First I get this, thats not the problem, BUT

THEN THIS:

Where is the button, that I suppose to get?
HERE IS THE CMD:
Quote:
CMD:charge(playerid, params[]) { if (!IsPlayerAdmin(playerid)) { SendClientMessage(playerid, -1, "SERVER: Unknown command."); } else if (IsPlayerAdmin(playerid)) { GivePlayerWeapon(playerid, 39, 20); SendClientMessage(playerid, COLOR_GREY, "You got a Satchel Charge."); } return 1; } |