Posts: 1,496
Threads: 78
Joined: Jun 2008
Reputation:
0
The topic says it all. When you have some vehicles in interior using LinkVehicleToInterior, you can still enter them in the exterior (interior 0), though you can't see them. I hope it could be fixed.
Posts: 275
Threads: 2
Joined: Jul 2009
Reputation:
0
Oh ... that's why I was rammed by an invisible dude ... makes sense lol
Posts: 1,046
Threads: 29
Joined: Mar 2010
you can use SetPlayerVirtualWorld and SetVehicleVirtualWorld to prevent the stream between different interiors
Posts: 2,938
Threads: 162
Joined: May 2010
NO, PLEASE DO NOT PATCH THIS!
Alot of scripters consider this a "FEATURE", we use it to make objects look real. E.G changing a rc baron's interior then attaching a missile to it to make it look like you are controlling a missile!
This would break multiple scripts across sa-mp......
If this is patched, it would be appreciated to atleast make a way to turn a vehicle invisible with it's collision enabled still.
Look at scripts that actually use this feature to make great things in sa-mp!
http://forum.sa-mp.com/showthread.ph...rolled+missile - fallout
http://i.imgur.com/zuIHQ.jpg - Lorenc_
http://i.imgur.com/iIKcg.jpg - Lorenc_
This is basically the SetVehicleInvisible function with collisions enabled ;\
Posts: 3,793
Threads: 196
Joined: Jan 2010
Reputation:
0
DO NOT PATCH THIS KALCOR!!!
Posts: 1,496
Threads: 78
Joined: Jun 2008
Reputation:
0
But if you don't patch this, it will also cause some problems. In some servers, people can see invisible vehicles driving around and hit the players.
I made a system that can load some map mods in server. Doing this can let the players to install many map mods without any conflict. However, due to the object loading bug, I have to make the map into interior in order to force the map to load. Meanwhile, there are also some players that don't use this system, but installing the map by the traditional method (adding files to gta3.img and change the IDE/IPL files). Both share the same map, but they are in different interior. Players will still see the "hidden" players in the other interior, which is my problem. Since the maps aren't put in a room that prevents players from leaving there, players can make use of this to hit the other players in the other interior.
I understand it is very useful for some scripts, but either leaving it there or patching it will cause problems. Adding SetVehicleInvisible will be the best solution, but I think it may not be added in 0.3e.
Posts: 49
Threads: 14
Joined: Dec 2011
Reputation:
0
>In some servers, people can see invisible vehicles driving around and hit the players.
Well, you can change the virtual world for the players and for the vehicles.
In this context I suggest a ghost mode function for vehicles. This function removes the collision from all vehicles to a specific vehicle. So the other vehicles can drive trough the vehicle. This is for race servers important.