Exemple #1
0
		private void ChatTick()
		{
			if (!hotkey.IsJustPressed()) return;

			// Show chat overlay
			this.overlay.Open();
			API.SetNuiFocus(true, false);
		}