17.02.2013, 17:43
Better change
with
If the model of the vehicle is 0 (not created vehicle), then say that the vehicle doesn't exists.
pawn Код:
if(vehicle == INVALID_VEHICLE_ID) return SCM(playerid, -1, "No such vehicle.");
pawn Код:
if(!GetVehicleModel(vehicle)) return SCM(playerid, -1, "No such vehicle.");