Invisible cars - 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: Invisible cars (
/showthread.php?tid=224976)
Invisible cars -
GeonMake - 12.02.2011
We have a roleplay gamemode and I added some invisible car and I show them why?
How can I fix this?
Re: Invisible cars - Unknown123 - 12.02.2011
I didnt understand you...
Post the part of code that is not working...?
Re: Invisible cars -
GeonMake - 12.02.2011
we saw the shadow of cars
Re: Invisible cars -
GeonMake - 12.02.2011
Help Me please
Re: Invisible cars -
Voldemort - 12.02.2011
Its seems that you have used LinkVehicleToInterior
AW: Invisible cars -
MuLtiVaN - 12.02.2011
do you add them manually with a variable?
bwt.
new car;
car = Addstaticbla
if yes, use this in your Gamemode:
LinkVehicleToInterior(vehicle_id,0);
if the cars a invisible, they are in a interior/virtualworld.
Re: Invisible cars -
GeonMake - 12.02.2011
Thanks!! Resolved Close!