01.03.2012, 15:11
Quote:
Thanks for your reply
It still doesn't work And ZCMD is not used Код:
//#define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1 //#include <zcmd> ((BTW : If i use ZCMD how to use the givemoney for exemple if it isn't /givemoney ? )) |
![Smiley](images/smilies/smile.png)
You can use this for giving a player some money:-
pawn Код:
GivePlayerMoney(playerid, 10000); // 10000 is the amount of money.