08.02.2013, 08:28
Some useful links:
https://sampwiki.blast.hk/wiki/InteriorIDs
https://sampwiki.blast.hk/wiki/LinkVehicleToInterior
Basically, use it like so:
Hope this helps you out!
https://sampwiki.blast.hk/wiki/InteriorIDs
https://sampwiki.blast.hk/wiki/LinkVehicleToInterior
Basically, use it like so:
Код:
CMD:fvi //Fix Vehicle Interior, or whatever you'd like.
{
new interiorid = GetPlayerInterior(playerid);
new vehicleid = GetPlayerVehicleID(playerid);
LinkVehicleToInterior(vehicleid, interiorid);
}

