pawn Код:
if( GetPlayerMoney(playerid) < AMOUNTHERE ) return SendClientMessage(playerid, Color, "You dont have enough money to buy this weapon!"); // this will check the amount of money the player has, and then checks if its lower as the 'AMOUNTHERE'