Advertisement
infiSTAR23

DZE_defaultSkin - randomnized

May 14th, 2014
1,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.40 KB | None | 0 0
  1. /*
  2.     http://infiSTAR.de
  3.     http://DayzAntiHack.com
  4.    
  5.     The player fsm is at the moment just selecting element 0 from the DZE_defaultskin array.
  6.     http://puu.sh/8LSue/5054844b55.png
  7. */
  8.  
  9. _male = ["Male skin1","Male skin2","Male skin3","Male skin4"] call BIS_fnc_selectRandom;
  10. _female = ["Female skin1","Female skin2","Female skin3","Female skin4"] call BIS_fnc_selectRandom;
  11. DZE_defaultSkin = [_male,_female];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement