Results 1 to 2 of 2

Thread: AI use Arty by trigger.

  1. #1

    AI use Arty by trigger.

    Hey everyone.

    I have a quick one if someone could help me out.
    If I use this in the act line of the trigger will it works on a MP server whit out any problems. and is it correct setup. ??

    Code:
    If (isServer) then {[_myBattery, _targetPos, _heTemplate] call BIS_ARTY_F_ExecuteTemplateMission;[_myBattery, true] call BIS_ARTY_F_SetShellSpawn;[_myBattery, 300] call BIS_ARTY_F_SetDispersion;}
    or shal it look like this to get the dispersion to work and to make sure that the server aint using some CPU on the shell projectory. ??

    Code:
    If (isServer) then {[_myBattery, true] call BIS_ARTY_F_SetShellSpawn;[_myBattery, 300] call BIS_ARTY_F_SetDispersion;[_myBattery, _targetPos, _heTemplate] call BIS_ARTY_F_ExecuteTemplateMission;}
    I know i have to alter the name, target and what sort of firemission it has to be. I just want to know wich of the 2 I must use.

    thx for the help guys.
    My sys.
    Core 2 Duo E8400 6MB 2x3,00GHz FSB1333MHz OC to 2x3,35 GHz
    GeForce 8800GT 1GB
    8 GB DDR2-800 PC6400 RAM
    Windows 7 Ultimate DK 64-bit
    Member of www.deadecho.dkTjek my youtube http://www.youtube.com/user/ringhejm1

  2. #2
    never mind. I have sort out the solution.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •