- Joined
- Mar 5, 2009
- Messages
- 254
Hello guys,
Problem 1 :
i've been trying to make a command where when the player types -zoom 500 or zoom 1500 as a substring for example it will set the player's camera field of view to the entered chat string With should be 500 or 1500 in the other case.I made this trigger,but it really doesn't work,it just sets the camera field of view always to something like 100 no matter what i type.Any ideas how to fix it ?
Problem 1 :
i've been trying to make a command where when the player types -zoom 500 or zoom 1500 as a substring for example it will set the player's camera field of view to the entered chat string With should be 500 or 1500 in the other case.I made this trigger,but it really doesn't work,it just sets the camera field of view always to something like 100 no matter what i type.Any ideas how to fix it ?
-
Untitled Trigger 001
-
Events
- Player - Player 1 (Red) types a chat message containing -zoom as A substring
- Conditions
-
Actions
- Camera - Set Player 1 (Red)'s camera Field of view to (Real((Entered chat string))) over 2.00 seconds
-
Events