Invisible cars
#4

Some useful links:

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);
}
Hope this helps you out!
Reply


Messages In This Thread
Invisible cars - by Louris - 08.02.2013, 07:05
AW: Invisible cars - by lcp9 - 08.02.2013, 07:24
Re: Invisible cars - by newbienoob - 08.02.2013, 07:26
Re: Invisible cars - by Vexus - 08.02.2013, 08:28

Forum Jump:


Users browsing this thread: 1 Guest(s)