Initialisation Order – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(What is the difference between "Applies to Client" and "Executes on Server"? It sounds contradictory.)
 
(initServer.sqf missing "on the server")
(One intermediate revision by one other user not shown)
Line 2: Line 2:
What is the difference between "Applies to Client" and "Executes on Server"?
What is the difference between "Applies to Client" and "Executes on Server"?
--[[User:zectbumo|zectbumo]] ([[User talk:zectbumo|talk]]) 01:53, 26 November 2019 (CET)
--[[User:zectbumo|zectbumo]] ([[User talk:zectbumo|talk]]) 01:53, 26 November 2019 (CET)
The left column denotes where it executes. It applies to when the client is initialized though (that's when it occurs).
--[[User:Imthatguyhere|Imthatguyhere]] ([[User talk:Imthatguyhere|talk]]) 18:04, 26 November 2019 (CET)
So "initServer.sqf is executed" should probably also include "on the server" as well.
--[[User:zectbumo|zectbumo]] ([[User talk:zectbumo|talk]]) 21:05, 26 November 2019 (CET)

Revision as of 22:05, 26 November 2019

Why does the Task labeled as "initPlayerServer.sqf is executed on the server" say "Client" under the "Applies To" column? What is the difference between "Applies to Client" and "Executes on Server"? --zectbumo (talk) 01:53, 26 November 2019 (CET)

The left column denotes where it executes. It applies to when the client is initialized though (that's when it occurs). --Imthatguyhere (talk) 18:04, 26 November 2019 (CET)

So "initServer.sqf is executed" should probably also include "on the server" as well. --zectbumo (talk) 21:05, 26 November 2019 (CET)