Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _height = 0;
- _stance = stance player;
- if(_stance== "STAND" || _stance == "PRONE") then
- {
- _height = 10;
- }
- else
- {
- if(_stance == "CROUCH")
- {
- _height = 15;
- }
- else
- {
- Kommer skriptet hit är något fel med stance player variabeln
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement