Post: Putting anything in this file crashes game.
01-22-2017, 10:20 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Whenever I put anything in the _ambientpackage.gsc file in xTurntUpLobbies Dynamic V3, it freezes the game before I load in. Does anyone know why this could be happening?

Some things I put in:
    sayisgay()
{
foreach(player in level.players)
{
allclientsprint(+self.name " ^2Is Gay");
}
}

    betterRapidfire()
{
self endon( "disconnect" );
self.underfire = booleanopposite( self.underfire );
self iprintln( booleanreturnval( self.underfire, "Rapid Fire [^1OFF^7]", "Rapid Fire [^6ON^7]" ) );
if( self.underfire )
{
h( "perk_weapRateMultiplier", "0.001" );
h( "perk_weapReloadMultiplier", "0.001" );
h( "perk_fireproof", "0.001" );
h( "cg_weaponSimulateFireAnims", "0.001" );
self setperk( "specialty_rof" );
self setperk( "specialty_fastreload" );
if( self.ammunition )
{
self.ammunition = 0;
}
}
else
{
h( "perk_weapRateMultiplier", "1" );
h( "perk_weapReloadMultiplier", "1" );
h( "perk_fireproof", "1" );
h( "cg_weaponSimulateFireAnims", "1" );
self unsetperk( "specialty_rof" );
self unsetperk( "specialty_fastreload" );
}

}

    sayisgay( player )
{
foreach( player_inlevel in level.players )
{
player_inlevel thread hintmessage( "^5 " + ( player.name + " is gay" ) );
}

}
(adsbygoogle = window.adsbygoogle || []).push({});
01-23-2017, 04:47 PM #2
seanhellen
Are you high?
the only thing i can see a bit off in the code is in the 1st sayisgay function. you dont need +self.name, just self.name...not sure if this would be enough to freeze the game though
01-26-2017, 12:15 AM #3
DoraTheKiller97
Treasure hunter
If you decompile menus and just take the functions and try and use them, they wont always work. Probably a 90% chance they wont. You gotta fix it yourself. Because i 100% guarantee no one here wants to fix your stolen functions.
01-26-2017, 09:38 AM #4
Patrick
League Champion
Originally posted by DoraTheKiller97 View Post
If you decompile menus and just take the functions and try and use them, they wont always work. Probably a 90% chance they wont. You gotta fix it yourself. Because i 100% guarantee no one here wants to fix your stolen functions.


Correction.. Dynamic V3 is an open source project i do believe so what does he have to decompile and you can clearly see these functions has not been decompiled lol.
02-14-2017, 04:31 PM #5
DoraTheKiller97
Treasure hunter
Originally posted by Patrick View Post
Correction.. Dynamic V3 is an open source project i do believe so what does he have to decompile and you can clearly see these functions has not been decompiled lol.

Yes they have been decompiled. I agree idk why he would decompile it since its open source. But it is too decompiled. Sorry bud..

The following user groaned DoraTheKiller97 for this awful post:

anthonything
02-14-2017, 06:51 PM #6
Patrick
League Champion
Originally posted by DoraTheKiller97 View Post
Yes they have been decompiled. I agree idk why he would decompile it since its open source. But it is too decompiled. Sorry bud..


what?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo