16.07.2016, 12:12
Why would you even need a string, the integer value returns is more than enough and it DOES help:
"vehicleid" is needed to get the name and colors of the vehicle as well.
pawn Код:
new vehicleid = GetPlayerVehicleID(playerid);
pawn Код:
// modelid:
GetVehicleModel(vehicleid)
// owner's name:
VehicleInfo[vehicleid][owner]