28.12.2013, 12:42
I guess so.
The only way to know for sure is to try it.
Use the command on a vehicle that has no mods on it and print the result, you could use SendClientMessage for that.
Use this in OnPlayerEnterVehicle callback for example.
Then you're informed about it for every vehicle you try to enter.
The only way to know for sure is to try it.
Use the command on a vehicle that has no mods on it and print the result, you could use SendClientMessage for that.
Код:
SendClientMessage(playerid, 0xFFFFFFFF, GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), 0));
Then you're informed about it for every vehicle you try to enter.