Jump to content

sergiox3ua

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by sergiox3ua

  1. Help me please. Static spawn dont work. What is my problem?

    RPT log:

    Custom group spawns Eg.

     
    [
    [4644.74,2536.06,0.0>
    5:52:02 Error position: <group spawns Eg.
     
    [
    [4644.74,2536.06,0.0>
    5:52:02 Error Missing ;
    5:52:02 File z\addons\dayz_server\WAI\static\chernarus.sqf, line 4
    5:52:02 Error in expression <narus.sqf"
    if(isServer) then {
     
     
    Custom group spawns Eg.
     
    [
    [4644.74,2536.06,0.0>
    5:52:02 Error position: <group spawns Eg.
     
    [
    [4644.74,2536.06,0.0>
    5:52:02 Error Missing ;
    5:52:02 File z\addons\dayz_server\WAI\static\chernarus.sqf, line 4

    5:52:02 "WAI: AI Monitor Started"

     

    cherarus.sqf

    if(isServer) then {

     
     
    Custom group spawns Eg.
     
    [
    [4644.74,2536.06,0.00142384], // Position
    6, // Number Of units
    "Random", // Skill level of unit (easy, medium, hard, extreme, Random)
    "Random", // Primary gun set number and rocket launcher. "Random" for random weapon set, "at" for anti-tank, "aa" for anti-air launcher
    4, // Number of magazines
    "Random", // Backpack classname, use "Random" or classname here
    "Random", // Skin classname, use "Random" or classname here
    "Random", // Gearset number. "Random" for random gear set
    "Bandit" // AI Type, "Hero" or "Bandit".
    ] call spawn_group;
     
     
     
     
    diag_log format["WAI: Static mission for %1 loaded", missionName];
     

    };

×
×
  • Create New...