Command does nothing
#5

Quote:
Originally Posted by falor
Посмотреть сообщение
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>
I don't understand the source of the problem

((BTW : If i use ZCMD how to use the givemoney for exemple if it isn't /givemoney ? ))
I think there is something which is making problem for your commands, will you mind sharing the OnPlayerCommandText whole callback here

You can use this for giving a player some money:-

pawn Код:
GivePlayerMoney(playerid, 10000); // 10000 is the amount of money.
-FalconX
Reply


Messages In This Thread
Command does nothing - by falor - 01.03.2012, 14:38
Re: Command does nothing - by FalconX - 01.03.2012, 15:03
Re : Command does nothing - by falor - 01.03.2012, 15:08
Re: Command does nothing - by BigD - 01.03.2012, 15:10
Re: Re : Command does nothing - by FalconX - 01.03.2012, 15:11
Re : Command does nothing - by falor - 01.03.2012, 15:17
Re : Command does nothing - by falor - 01.03.2012, 15:35

Forum Jump:


Users browsing this thread: 3 Guest(s)