setvehicleinterior?
#1

is there any pawn codes that set a vehicles interior (on static spawn)
because invisible vehicles in liberty city is kinda.....UMPFFFFFFHHHHH
Reply
#2

www.wiki.sa-mp.com

Learn how to wiki.
Reply
#3

https://sampwiki.blast.hk/wiki/LinkVehicleToInterior
Reply
#4

Quote:
Originally Posted by Mikep.
www.wiki.sa-mp.com

Learn how to wiki.
Like you knew everything when you just started.
He asks for help not links.

[Doppeyy
Reply
#5

Quote:
Originally Posted by ๔๏קקєyy
Quote:
Originally Posted by Mikep.
www.wiki.sa-mp.com

Learn how to wiki.
Like you knew everything when you just started.
He asks for help not links.

[Doppeyy
Taking advantage of this post, is there a way to "SetVehicleInterior" like SetPlayerInterior? Cuz I got /dirt (interior 10 I think, I dont remember now) and when you are in a vehicle the vehicle gets invisible. I tryed GetplayerInterior but I could not make it work :/
Reply
#6

Some people are hopeless....
pawn Код:
// Use: SetVehicleInterior(vehicleid,interior);
// Example: SetVehicleInterior( GetPlayerVehicleID(playerid) , GetPlayerInterior(playerid) ); // sets player vehicle to player interior

stock SetVehicleInterior(vehicleid,interior)
{
   return LinkVehicleToInterior(vehicleid,interior);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)