Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: eDeK
Hi, i want know how change the camera angle like Dead Ops Arcade, im searching and i think is " SetTopDownCameraYaw( 180 )", but i dont know what precise phrase i need write in my GSC.
Thanks.
ModmeBot:
Reply By: mathfag
Did you check the scriptdocs app?
http://aviacreations.com/modme/scriptdocs/#
void <player> SetClientThirdPersonAngle(<angle>)</angle></player>
void <player> SetClientThirdPerson(<onoff>)</onoff></player>
these might be csc functions but idk i never tried them
ModmeBot:
Reply By: Harry Bo21
read the api
ModmeBot:
Reply By: Stonermagoo420
Harry Bo21
read the api void SetTopDownCameraYaw() [MANDATORY] The yaw angle to set CATEGORY: CLIENT/SERVER: Server SUMMARY: Set the top down camera yaw that is used in DOA to get the player controls to work correctly in bgpmove. EXAMPLE: SetTopDownCameraYaw( 180 )
ModmeBot:
Reply By: eDeK
I tried various things but obviously dont work, because im bad scripting. :(
Thanks for reply anyways.