@Rename-The-Bot
if(self getStance() == "crouch" && self actionslotthreebuttonpressed())
{
weapon = randomGun();
self giveWeapon(weapon, 0, true);
self dropItem(weapon);
}
@Rename-The-Bot
if(self getStance() == "crouch" && self actionslotthreebuttonpressed())
{
weapon = randomGun();
self giveWeapon(weapon, 0, true);
self dropItem(weapon);
}
instead of AdsButtonPressed do the left dpad code and use get stance
ted i know that, I already use a hosting service. in the long run its not cheaper though.
luigistyle nah lots of people around here sell them under 200
@Rename-The-Bot find a canswap code and then add it to an "if" statement.
so like this
if(self AdsButtonPressed)
{
//Do Something
}
Kalitos yes. Just draw text at a certain position on the screen with GSC
luigistyle Like I was thinking of hosting from home with a firewall and a rack mounted server. was going to maybe spend a grand for a rack, server, and firewall.
luigistyle Hosting a server from your home connection to the open public is in general never a good idea, even with a good amount of resources. Especially game servers as people tend to DDOS or get information from the IP. However it would be fine for this IF you have a decent hardware firewall
Sophiekin dont host from a home connection either.
why are you trying to add multiple GSC files? you can put basically an infinity amount of code into a single GSC file. you dont need multiple just to add a new script
@SuperOmar8888 Because most if not all trickshot servers are trickshots ONLY and then theres kids who will jump in the air and shoot someone to kill last... essentially bypassing the "player in air" detection. We get mad because they know its trickshots only and they dont trickshot last
Xerxes Yea, GSC would be easier than typing a command anyways imo. PlzReviveMe use SetDvar in GSC
Sass Im switching to VS code now. Downloaded it yesterday and im already in love with it over NP++
bryan you can run GSC menus/scripts on your server. Place the maps folder in your T6R/Data folder.
Vulgar i made two menu bases that 95% work. You can find all the other functions with a google search.
yea what Sass said. if it doesnt do anything, you may have corrupted game files. Mine were not launching me like they were supposed to and it turns out my player files were corrupted. simply deleted it and re launched the game and they worked
why dont you google stuff? i found it with one google search lol
luigistyle nope, its a sound in MP.
Soccer1978 this is the easiest thing ever. maybe try reading the code first?