26.07.2017, 17:50
https://sampforum.blast.hk/showthread.php?tid=608474
Can i return 5;? i mean any number not only 1?
Код:
cmd:help(playerid, params[]) // also possible to use CMD and COMMAND { if( MONEY[ playerid ] < 500 ) { return 5; } return 1; }