-
Similar Content
-
- 2 answers
- 303 views
-
[EU]AI|PVP|HELI+|LOOT+|Cars+|Guns+|Bank|Trader|NoStam|SpawnSelect|Mission|Namalsk|Takistan|Expansion|Time2Kill
By Harkness,
- spawn select
- missions
- (and 24 more)
- 2 replies
- 3139 views
-
- 0 answers
- 1153 views
-
- 2 replies
- 2086 views
-
- 2 replies
- 948 views
-
- Advertisement
Question
Thug
In the file server_spawnTraders.sqf
private "_trader"; { _trader = createAgent [_x select 0,_x select 1,[],0,"CAN_COLLIDE"]; {_trader removeMagazine _x;} count magazines _trader; removeAllItems _trader; // removeAllWeapons _trader;//this is commented out so traders have weapons removeBackpack _trader; _trader switchMove ""; _trader setDir (_x select 2); _trader setVehicleInit "this disableAI 'ANIM'; this disableAI 'AUTOTARGET'; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0; this allowDamage false;"; _trader setUnitAbility 0.6; _trader disableAI "ANIM"; _trader disableAI "AUTOTARGET"; _trader disableAI "FSM"; _trader disableAI "MOVE"; _trader disableAI "TARGET"; _trader setBehaviour "CARELESS"; _trader forceSpeed 0; _trader allowDamage false; _trader enableSimulation false; } count _this; processInitCommands;
What would I have to do to get the Traders to move like they did in v1.0.5.1
I have tried but can not get it to work.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now