Simple camera system. Just target more far.

Status
Not open for further replies.
Level 19
Joined
Feb 15, 2008
Messages
2,184
Need a cmaera system you type -cam and it change distance just.

Leakfree. Can osme one help me make this to my MK arena?

Also gona need so the rotation is fixed for team 2. So they see the heroes from behind aswell.

Thinks Aco is doing this + rep when hes done.
 
Last edited:
Level 8
Joined
Jun 30, 2010
Messages
259
How do you want the camera to be?
Do you want someone to be able to type -Cam and set the distance further away? If thats the case, try this:
  • Events
    • Player - Player 1 (Red) types a chat message containing -cam as A substring
    • ---Add all players in your map here, for 4 players, add Red, Blue, Teal and Purple---
  • Conditions
  • Actions
    • Camera - Set (Triggering Player)'s camera Distance to target to 2000.00 over 0.00 seconds
2000 is the distance of your liking, for a certain distance, use this:
  • Events
    • Player - Player 1 (Red) types a chat message containing -cam as A substring
  • Conditions
    • (Substring((Entered chat string), 1, 4)) Equal to -cam
  • Actions
    • Camera - Set (Triggering Player)s camera Distance to target to (Substring((Entered chat string), 5,8)) over 0.00 seconds
This sets the distance to a certain value from 0-9999.
 
Status
Not open for further replies.
Top