Jan 10, 2023, 11:19 AM
JezuzLizard Do you have any update for me regarding this issue?
JezuzLizard Do you have any update for me regarding this issue?
JezuzLizard The file is compiled using the gsc-tool. Even if I open the file, the code inside the .gsc is obfuscated. The script is indeed intended to fix the teamswitch grenade exploit.
JezuzLizard Here you go.
Hello,
I've got a grenade script from mw2 that I want to implement for T6. Now the compiler compiles the script just fine, but if I open my server, it says failed to load mod without any fault code.
Can someone help me with this issue?
Init()
{
thread onPlayerConnect();
}
onPlayerConnect()
{
while(true)
{
level waittill("connected", player);
player thread onSemtex();
}
}
onSemtex()
{
self endon("disconnect");
self waittill("spawned_player");
self.oldTeam = self.team;
while(true)
{
self waittill("grenade_fire",grenade,weaponname);
self thread checkGrenade(grenade, weaponname);
}
}
checkGrenade(grenade, weaponname)
{
self endon("disconnect");
self endon("fixSemtex");
grenade endon("death");
self.oldTeam = self.team;
while(true)
{
wait 0.05();
if(self.team != self.oldTeam)
{
iPrintln("^7How sad..^3 " + self.name + "^7 tried to teamkill with a explosive! He failed miserably.");
grenade delete();
self notify("fixSemtex");
wait 5;
}
}
}
imsarahh Just call up your ISP and tell them you need a new IP. Think of some bullshit reason to let them change it and BOOM, you're done and set!