21.05.2014, 20:50
You can use "s" so that you can type the name of the vehicle as well.
To get the id of the vehicle by the name, create a stock witch does that.
pawn Код:
new iVehicle[128];
if(sscanf(params, "s[128]ii", iVehicle, iColors[0], iColors[1]))