24.04.2013, 23:12
Can't use a string in AttachTrailerToVehicle, Need to use an integer. Try using sscanf to convert the params into an integer. Be much easier.
Код:
new id; sscanf(params, "i", id); AttachTrailerToVehicle(id, vehicleid);

