23.10.2011, 08:55
sorry if i posted in a wrong section,
so here it is, it doesnt get the player money when they type /heal , here is the line
it has no error, but it doesnt get the player money, how to fix?
so here it is, it doesnt get the player money when they type /heal , here is the line
Код:
if (strcmp("/armor", cmdtext, true, 10) == 0) { if(GetPlayerMoney(playerid) <3000) return SendClientMessage(playerid, COLOR_RED, "You need more money to buy a armour !"); SetPlayerArmour(playerid, 100); return 1; }