Code stops working when formating text.
#5

That should work:
pawn Код:
stock GetVehicleName(vehicleid)
{
    return (400 <= GetVehicleModel(vehicleid) <= 611) ? (VehicleName[GetVehicleModel(vehicleid) - 400]) : ("N/A");
}
Reply


Messages In This Thread
Code stops working when formating text. - by seanny - 20.12.2013, 16:26
Re: Code stops working when formating text. - by CutX - 20.12.2013, 18:13
Re: Code stops working when formating text. - by Konstantinos - 20.12.2013, 18:28
Re: Code stops working when formating text. - by seanny - 21.12.2013, 10:25
Re: Code stops working when formating text. - by Konstantinos - 21.12.2013, 10:38
Re: Code stops working when formating text. - by seanny - 21.12.2013, 11:14

Forum Jump:


Users browsing this thread: 1 Guest(s)