OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting Multiplayer => Topic started by: Nixer6 on 01 Jul 2007, 15:45:25

Title: Server Logic vs BAS_f server Logic????
Post by: Nixer6 on 01 Jul 2007, 15:45:25
I am making a mission using the BAS framework, which requires a logic named "BAS_f_server etc"

I am also using Kronsky's excellent UPS script, which requires a logic named  "server".

My question is...will it cause problems if I use both logics.

Thanks in advance for any help.
Title: Re: Server Logic vs BAS_f server Logic????
Post by: Mandoble on 01 Jul 2007, 15:48:17
Dont think so as both of them will be local to the server, you should have no problems.
Title: Re: Server Logic vs BAS_f server Logic????
Post by: Nixer6 on 01 Jul 2007, 16:08:16
That was my thinking too Mando...I'll find out soon if we are right.

My first MP mission....and I have just a few hours to complete it.

Thanks again.
Title: Re: Server Logic vs BAS_f server Logic????
Post by: CrashDome on 19 Jul 2007, 23:45:50
Hmm... don't we have commands to replace the need for server logics nowadays?
Title: Re: Server Logic vs BAS_f server Logic????
Post by: myke13021 on 20 Jul 2007, 04:25:35
if it's for the purpose of detecting the Server machine, indeed isServer does it.