Need help: Setvehinterior - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need help: Setvehinterior (
/showthread.php?tid=143758)
Need help: Setvehinterior -
GNL - 24.04.2010
Hi everyone, I'm making a garage with a pickup that will teleport you and ur car to the garage interior (arch)
But when i enter, my vehicle is invisible. I've seen LinkVehicleInteriorblabla but i want the spawned car to be when i enter the pickup interior 3.
But how do i do this?
tnx
Re: Need help: Setvehinterior -
Geso - 24.04.2010
Код:
LinkVehicleToInterior(GetPlayerVehicleID(playerid), 3);
Re: Need help: Setvehinterior -
GNL - 24.04.2010
Quote:
Originally Posted by Geso
Код:
LinkVehicleToInterior(GetPlayerVehicleID(playerid), 3);
|
Thanks. i will try.
Edit: Thanks dude!