Server Side Scripting – ArmA: Armed Assault Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
Perhaps it should be noted which version this functionality is available in. --[[User:Sy|Sy]] 12:31, 8 June 2007 (CEST)
Perhaps it should be noted which version this functionality is available in. --[[User:Sy|Sy]] 12:31, 8 June 2007 (CEST)
: No need to note this. It is available in all versions since 1.00, only no documentation was available so far. --[[User:Suma|Suma]] 15:04, 8 June 2007 (CEST)
: No need to note this. It is available in all versions since 1.00, only no documentation was available so far. --[[User:Suma|Suma]] 15:04, 8 June 2007 (CEST)
::Thanks, could you give us an example please.
::eg. in the server.cfg, do we have something like...
::'''onUserConnected="dummyVar = _this execVM ""scripts\Admin\UserConnected.sqf"";";'''
:: And, if so where would the engine look for the 'UserConnected.sqf'? Within the mission that is currently running? Or somewhere else?
:: Sorry, I know you're busy and you've only just put this up... btw... Great Job!

Revision as of 17:45, 8 June 2007

Perhaps it should be noted which version this functionality is available in. --Sy 12:31, 8 June 2007 (CEST)

No need to note this. It is available in all versions since 1.00, only no documentation was available so far. --Suma 15:04, 8 June 2007 (CEST)
Thanks, could you give us an example please.
eg. in the server.cfg, do we have something like...
onUserConnected="dummyVar = _this execVM ""scripts\Admin\UserConnected.sqf"";";
And, if so where would the engine look for the 'UserConnected.sqf'? Within the mission that is currently running? Or somewhere else?
Sorry, I know you're busy and you've only just put this up... btw... Great Job!