buying a armor problem.
#1

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

Код:
	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;
    }
it has no error, but it doesnt get the player money, how to fix?
Reply


Messages In This Thread
buying a armor problem. - by KissOfDeath - 23.10.2011, 08:55
Re: buying a armor problem. - by AeroBlast - 23.10.2011, 09:48
Re: buying a armor problem. - by Kostas' - 23.10.2011, 09:49

Forum Jump:


Users browsing this thread: 1 Guest(s)