Achmed Posted August 11, 2013 Report Share Posted August 11, 2013 Im trying to add an animated C130 crash script to my server. Going on the animated heli crash i need to edit _index = dayz_CBLBase find "HeliCrash"; to _index = dayz_CBLBase find toLower(_lootTable); however in the c130 script it is different, the loot table is called by lootTable = ["HeliCrash"] call BIS_fnc_selectRandom; so would i need to edit it to be lootTable = ["toLower"] call BIS_fnc_selectRandom; I dont think it is correct but i have no clue what to do lol. help please :) Link to comment Share on other sites More sharing options...
Question
Achmed
Im trying to add an animated C130 crash script to my server. Going on the animated heli crash i need to edit
to
however in the c130 script it is different, the loot table is called by
so would i need to edit it to be
I dont think it is correct but i have no clue what to do lol. help please :)
Link to comment
Share on other sites
0 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