11.12.2014, 05:19
How can I make a command not work without the proper amount of score/cash.
Example:
What would I use to make it so you need 500 Score, or even 500 Cash. Both codes would help me out!
Example:
Код:
CMD:test(playerid, params[]) { SendClientMessage(playerid, 0xFF00FF, "you need 500 score to use this"); return 1; }"