18.03.2013, 01:13
Quote:
Did you even TRY to do this yourself? Of course not. If you did, you would of been able to do such a simple task!
pawn Код:
|
Anyway like he said, this way you check if the player have enough money to do the command
pawn Код:
if(GetPlayerMoney(playerid) < 15000) return SendClientMessage(playerid, 0xAFAFAFAA, "You dont have enough money to levelup"), 1;