• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Solved] Zoom Camera for just 1 player?

Status
Not open for further replies.
Level 7
Joined
Jul 1, 2008
Messages
1,025
Hi there, I would like to know how to zoom camera for just one player after he types a chat command, there dosnt seem to be the option for "triggering player".

I also need to know how to just display message to typing player aswell please, heres my trigger so far:

  • Reset Camera
    • Events
      • Player - Player 1 (Red) types a chat message containing -far as An exact match
      • Player - Player 1 (Red) types a chat message containing -reset as An exact match
    • Conditions
    • Actions
      • Camera - Set Player 1 (Red)'s camera Distance to target to 3200.00 over 1.00 seconds
      • Game - Display to (All players) the text: To zoom the camera ...
 
Level 17
Joined
Nov 13, 2006
Messages
1,814
make event for all 12 player and in action use trigger player
have option for that
  • Camera - Set (Previous owner)'s camera Distance to target to 0.00 over 0.00 seconds
  • Set pg = (Player group((Triggering player)))
  • Game - Display to pg the text: pista elment :D
  • Custom script: call DestroyForce(udg_pg)
pg = player group variable
 
Status
Not open for further replies.
Top