if(GetPlayerMoney(playerid) == 0) { SendClientMessage(playerid, -1, "You don't have enough money to purchase this item."); return 1; }
< 1800