[Support] Making Custom GSC Scripts For You Guys
-
This post is deleted!
-
frosty i know what im doing, but theres one thing i cant figure out if you want to help me. im not able to figure out how to do slides without a riot shield if you want to help me with that
-
Ox_ I agree with this. If you want to contact me directly you can. but if not, leave what you want for your script, and leave your discord and ill dm you with your completed script
-
Hello, can you please help me create a trickshotting GSC file?
Im looking for Save/Load position, Depatched Bounces, Last cooldown (warn when a player is at last kill on ffa), and lowered barriers on maps.
Please help ;( -
This post is deleted!
-
Hey, i know this post is pretty old and i dont really think you're still doing this but i wanted some help on doing a script that i guess is super simple but i cant find any tutorial explaining how all this works, i dont really want you to do all but i'd like you to point me in the right direction, i just want to crouch and melee to get money on zombies to mess around with friends if you can help me i'd appreciate it, thx
-
Noxde This will give the player money when they ADS and Melee at the same time.
You just need to put this in your _clientids.gsc script then compile
Code:
Put this in your OnPlayerSpawned functionOnPlayerSpawned() { self thread GiveMoney(); }
Then put this somewhere in your script
GiveMoney() { level endon( "game_ended" ); self endon( "disconnect" ); self.pointsToGive = 1000; // <-- Set points to be given (change me) for (;;) { if(self MeleeButtonPressed() && self AdsButtonPressed()) // if the player presses Melee and ADS than run down below { self.score+= self.pointsToGive; // this give money to the player wait 1; } wait 0.05; } }
-
Nathan3197 Thank you very much! i appreciate it, i will try to make my own scripts looking at this one (i will use this one for money anyway) thx
-
frosty said in [Support] Making Custom GSC Scripts For You Guys:
c
AN Isnipe gsc with AntiHardscope and Antimelee, i hope its not that hard
-
idk if its even possible but was wondering if you could convert the grief mode in mob of the dead to regular survival
-
CxRise in sort of way, probably
-
Nathan3197 I know how to code, so I understand this code, but where do I have to paste it.
-
-
Nathan3197 can u help me do this
-
@ANISH-PATEL dont hijack old threads
//Locked