Post: GSC Binds?
05-23-2015, 06:41 PM #1
ledddz
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); I want to make for example if i want to enable god mode i crouch and press DPad UP?

Thank you
(adsbygoogle = window.adsbygoogle || []).push({});
05-23-2015, 09:29 PM #2
iRnZ
NextGenUpdate Elite
Originally posted by ledddz View Post
I want to make for example if i want to enable god mode i crouch and press DPad UP?

Thank you


that if u crouch then press dpad down
if(self actionslottwobuttonpressed() && self GetStance() == "crouch")
{
self thread nodie();
wait 0.05;
}
05-23-2015, 11:44 PM #3
ledddz
Save Point
Originally posted by iReZ View Post
that if u crouch then press dpad down
if(self actionslottwobuttonpressed() && self GetStance() == "crouch")
{
self thread nodie();
wait 0.05;
}


Im new to GSC, where do i put this in the main.gsc or in menu.gsc?
05-24-2015, 07:03 AM #4
RM_Lobbies
I am error
1. go find this You must login or register to view this content.
2. add what you want like this You must login or register to view this content.
3. make sure u have the function in the menu You must login or register to view this content.

that should be it and test it out.

if(self actionslotfourbuttonpressed()) is RIGHT
if(self actionslotthreebuttonpressed()) is LEFT
if(self actionslottwobuttonpressed()) is DOWN
if(self actionslotonebuttonpressed()) is UP


if(self actionslotfourbuttonpressed() && self getstance() == "crouch")
if(self actionslotthreebuttonpressed() && self getstance() == "crouch")
if(self actionslottwobuttonpressed() && self getstance() == "crouch")
if(self actionslotonebuttonpressed() && self getstance() == "crouch")

The following 3 users say thank you to RM_Lobbies for this useful post:

iRnZ, ledddz, Z0neyDanza
05-24-2015, 07:03 AM #5
RM_Lobbies
I am error
if u still need help just add my skype burnlobbies

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo