18.05.2015, 21:19
You shouldn't allow amount less than 1$, do something like this:
If you don't get any part of it, send me your code
Код:
if ( amount < 0 ) { SendClientMessage(playerid, -1, "Some error here to let the player know..."); } else { // now do the main function }