Advertisement
Armandur

Mega

Dec 4th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. _height = 0;
  2. _stance = stance player;
  3.  
  4. if(_stance== "STAND" || _stance == "PRONE") then
  5. {
  6.     _height = 10;
  7. }
  8. else
  9. {
  10.     if(_stance == "CROUCH")
  11.     {
  12.         _height = 15;
  13.     }
  14.     else
  15.     {
  16.         Kommer skriptet hit är något fel med stance player variabeln
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement