NativeMultiplayer: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Native Multiplayer}}
{{DISPLAYTITLE:Native Multiplayer}}
{{AlertBox|This page only applies to Grand Theft Auto IV}}


'''This page only applies to Grand Theft Auto IV.'''
== tl;dr ==
* Native MP = GFWL modes
* Custom sync = Empty and scriptable like SA-MP, FiveM, etc<br />
Making a roleplay server? Turn off native MP mode in [[ServerConfiguration|server.xml]]: {{InlineCode|<iv_nativemultiplayer>false<iv_multiplayer>}}


== What is native multiplayer? ==
== What is native multiplayer? ==
Line 27: Line 31:
* 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 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.
* The [[element.id|element.id]] function is part of GTAC's own element handling and does 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,756

edits

Navigation menu