NativeMultiplayer: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 27: Line 27:
* When native multiplayer mode is ''disabled'', some internal "events" that IV uses are not currently handled or synced. This means things like when a player shoots another player, the damage itself won't be synced. A fix for this is currently in development.  
* When native multiplayer mode is ''disabled'', some internal "events" that IV uses are not currently handled or synced. This means things like when a player shoots another player, the damage itself won't be synced. A fix for this is currently in development.  


* The [[element.id|element.id]] function is part of GTAC's own element handling and doesn't not work on native multiplayer mode. If you're using native multiplayer mode, you will need to use natives to get the ID of an element.
* The [[element.id|element.id]] function is part of GTAC's own element handling and doe not work on native multiplayer mode. If you're using native multiplayer mode, you will need to use natives to get the ID of an element.


* When using native multiplayer mode, the server doesn't know how to read the sync packets, and only passes them along '''as-is'''. Any references to elements in this mode is handled by the games themselves.
* When using native multiplayer mode, the server doesn't know how to read the sync packets, and only passes them along '''as-is'''. Any references to elements in this mode is handled by the games themselves.
2,599

edits