Im having trouble with my custom spawns.

DangerRuss

OpenDayZ Rockstar!
I can't seem to get my custom spawns to work. I had this as one,
Code:
["DZAI_Komarovohillsniper",[4],[2],true] call DZAI_spawn;
and the ai were spawning but not in the correct numbers.
I changed it to this
Code:
["DZAI_ZelenoBase2",4,2,true] call DZAI_spawn;
and now nothing is there. Im assuming I wrote this incorrectly. What'd I do wrong? I did make changes to their weaponry in the default_classnames.sqf and I also erased the survivor skins from there as well.

Edit-
Looked at my RPT and realized I had the dreaded double coma...
Code:
"FN_FAL",,"G36C","G36C_camo","G36A_camo","G36K_camo","bizon_silenced","RPK_74"

Probably what did it
 
Last edited:
Back
Top