buying a car
#3

Код:
if(modelid == id) {
    GivePlayerMoney(playerid, -price);
}
and if you have few vehicles with the same price
Код:
if(modelid == id || modelid == id) {
    GivePlayerMoney(playerid, -price);
}
thats the only way I guess.
Reply


Messages In This Thread
buying a car - by Yako - 10.10.2012, 18:44
Re: buying a car - by TzAkS. - 10.10.2012, 18:46
Re: buying a car - by Skillet` - 10.10.2012, 18:46
Re: buying a car - by AndreT - 10.10.2012, 19:51

Forum Jump:


Users browsing this thread: 2 Guest(s)