28.07.2012, 02:09
add this into your code . .
pawn Код:
if(GetPlayerMoney(playerid) < //The Price of the car)
return SendClientMessage(playerid, red, "[INFO]:You dont have enough money to buy this Car");
GivePlayerMoney(playerid, -//the price of the car );