addWeaponGlobal – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Would using this command add to network traffic? Wouldn't it be "better" to use [[addWeapon]] locally when needed? --[[User:Doolittle|Doolittle]] 05:33, 15 September 2013 (CEST)
Would using this command add to network traffic? Wouldn't it be "better" to use [[addWeapon]] locally when needed? --[[User:Doolittle|Doolittle]] 05:33, 15 September 2013 (CEST)
During tests I found out that the statement:
'''"the addWeaponGlobal command will replace the weapon currently in a slot with the added weapon if it shares the same slot"'''
is not true at the moment. By calling the command from server side it doesn't replace the old weapon. Instead it stacks - when you manually wear off the old weapon, the new one appears instantly in the main weapon slot. Can someone confirm that? (By calling it locally - everything works as intended) --[[User:Nickorr|Nickorr]] ([[User talk:Nickorr|talk]]) 22:22, 6 July 2015 (CEST)

Revision as of 22:22, 6 July 2015

Would using this command add to network traffic? Wouldn't it be "better" to use addWeapon locally when needed? --Doolittle 05:33, 15 September 2013 (CEST)


During tests I found out that the statement:

"the addWeaponGlobal command will replace the weapon currently in a slot with the added weapon if it shares the same slot"

is not true at the moment. By calling the command from server side it doesn't replace the old weapon. Instead it stacks - when you manually wear off the old weapon, the new one appears instantly in the main weapon slot. Can someone confirm that? (By calling it locally - everything works as intended) --Nickorr (talk) 22:22, 6 July 2015 (CEST)