25.03.2014, 20:14
Just put this (or similar) in the command to buy, as i assume you already have the command, you just need to get to not buy it if they can't afford it;
Код:
if(GetPlayerMoney(playerid) < YOUR_CAR_COST HERE) return SendClientMessage(playerid,COLOR_RED,"You cannot afford this!");