please help cmds
#1

when im tybe /cash "amount" im get the cah but im dont see the cash only can see in the /bank!!





Uploaded with ImageShack.us
Reply
#2

Paste the command.

or;

ZCMD:
Quote:

CMD:cash(playerid, params[])
{
new amount, string[64];
if(sscanf(params, "d", amount)) return SendClientMessage(playerid, COLORHERE, "USAGE: /cash [amount]");

GivePlayerMoney(playerid, amount);
format(string, sizeof(string), "You have recieved $%d!", amount);
SendClientMessage(playerid, COLORHERE, string);
return 1;
}

Reply
#3

The cash is probably going in the bank account. Show your command.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)