From 91f6c685fc085cdedf5453ad0b512673e62c44ca Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 2 Jan 2021 21:54:01 -0600 Subject: [PATCH] Add copyright to mouse code --- scripts/client/mouse-camera.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/scripts/client/mouse-camera.js b/scripts/client/mouse-camera.js index ddd7137f..876f760e 100644 --- a/scripts/client/mouse-camera.js +++ b/scripts/client/mouse-camera.js @@ -1,4 +1,16 @@ -// CREDITS TO LUCASC190 FOR MAKING THIS + +// =========================================================================== +// Asshat-Gaming Roleplay +// https://github.com/VortrexFTW/gtac_asshat_rp +// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// --------------------------------------------------------------------------- +// FILE: mouse-camera.js +// DESC: Provides a freelook camera similar to SA for III and VC +// TYPE: Client (JavaScript) +// =========================================================================== + +// CREDITS TO LUCASC190 FOR MAKING THE MOUSE CAMERA +// WALKING CODE ADDED BY VORTREX function SetStandardControlsEnabled(bEnabled) {