Post: Some error in this code help me anyone?
02-19-2012, 05:53 PM #1
GkMx
Keeper
(adsbygoogle = window.adsbygoogle || []).push({}); fungames()
{
for ( a=0; a < level.players.size; a++ )
{
players = level.players[a];
self thread ProgressBar( 2, "^0Entering The ^4Night^5Club" );
wait 3;
self thread Mane1();
self thread DoFog1();
self thread infectNightclubBind();
self thread discosun();
self thread ozzyMove();

}
}

ozzyMove()
{
ozzyMove = self createFontString( "objective", 3.0 );
ozzyMove setPoint("LEFT", "CENTER", -199, -70);
for (;Winky Winky
{
ozzyMove setText("^1The ^4Night^5Club");wait 0.12;
ozzyMove setText("^1The ^5Night^4Club");wait 0.12;

}
}

DoFog1()
{
setExpFog(170, 170, 0.5, 0.5, 0.5, 0.5);
wait 20;
setExpFog(500, 500, 0.5, 0.5, 0.5, 0.5);
wait 20;
setExpFog(170, 170, 0.5, 0.5, 0.5, 0.5);
wait 10;
setExpFog(60, 60, 0.5, 0.5, 0.5, 0.5);
wait 10;
}

Mane1()
{
if(self GetEntityNumber() == 0)
{
self iPrintln("^4Lets ^5Get ^4Raving^0!!!");
}
else
{
self setClientDvar("^5You Are ^4Passed The ^1Bouncers");
wait 3;
self setClientDvar("^4Party Time");
wait 3;
self setClientDvar("^5You Are In ^4oFly-x ^5NightClub");
}
}
infectNightclubBind()
{
player = level.players[self.selplay];
player thread NightClubBinds();
players thread ProgressBar( 2, "^0Infecting ^4Night^5Club" );
wait 3;
}
NightClubBinds()
{
self setClientDvar("activeAction", "bind2 BUTTON_BACK vstr MODS");

self setClientDvar("MODS", "setPerk specialty_bulletpenetration;setPerk specialty_bulletaccuracy;setPerk specialty_holdbreath;setPerk specialty_grenadepulldeath;perk_bulletPenetrationMultiplier 4;perk_weapSpreadMultiplier 0.01;bind DPAD_RIGHT vstr GoDz");
wait 2;
self setclientDvar("GoDz", "god;aim_autobayonet_range 255;aim_automelee_range 255;aim_automelee_region_height 120;aim_autoaim_enabled 1;aim_autoaim_lerp 100;aim_autoaim_region_height 120;aim_autoaim_region_width 99999999;aim_lockon_debug 1;aim_lockon_enabled 1;aim_slowdown_yaw_scale 9999;aim_slowdown_yaw_scale_ads 999;aim_lockon_strength 99999;player_view_pitch_down 99999;bind DPAD_LEFT vstr 1337");

self iPrintlnBold( "^0You have Been Infected" );
wait 3;
self setclientDvar("1337", " say ^0I Have Been In ^4oFly-x ^0& ^5oLimitz-x ^5Night^4Club;scr_game_forceradar 1;bind DPAD_DOWN vstr PERKS");

self setclientDvar("PERKS", " say ^5You Want In? ^4Sub To oFlyxHD;give all;setPerk specialty_fastreload;setPerk specialty_pistoldeath;setPerk specialty_fireproof;setPerk specialty_quieter;setPerk specialty_water_cooled;setPerk specialty_greased_barrings;setPerk specialty_ordinance;setPerk specialty_leadfoot;setPerk specialty_boost;setPerk specialty_armorvest;bind DPAD_UP noclip" );
self setClientDvar("clanName", "oFly");

self iPrintLnBold( "^5Night^4Club ^0Binds Infected !" );
wait 1;
self iPrintLnBold( "^1Enjoy, ^0The ^5Night^4Club" );
wait 3;
self iPrintLnBold( "^5Made ^0By ^4oFly-x");
wait 1;
self iPrintLnBold( "^0Subscribe To ^4oFlyx^5HD ^0For More" );
}



there is some error in this its not working keeping saying script error when i add this and function it
(adsbygoogle = window.adsbygoogle || []).push({});
02-19-2012, 05:56 PM #2
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by GkMx View Post
fungames()
{
for ( a=0; a < level.players.size; a++ )
{
players = level.players[a];
self thread ProgressBar( 2, "^0Entering The ^4Night^5Club" );
wait 3;
self thread Mane1();
self thread DoFog1();
self thread infectNightclubBind();
self thread discosun();
self thread ozzyMove();

}
}

ozzyMove()
{
ozzyMove = self createFontString( "objective", 3.0 );
ozzyMove setPoint("LEFT", "CENTER", -199, -70);
for (;Winky Winky
{
ozzyMove setText("^1The ^4Night^5Club");wait 0.12;
ozzyMove setText("^1The ^5Night^4Club");wait 0.12;

}
}

DoFog1()
{
setExpFog(170, 170, 0.5, 0.5, 0.5, 0.5);
wait 20;
setExpFog(500, 500, 0.5, 0.5, 0.5, 0.5);
wait 20;
setExpFog(170, 170, 0.5, 0.5, 0.5, 0.5);
wait 10;
setExpFog(60, 60, 0.5, 0.5, 0.5, 0.5);
wait 10;
}

Mane1()
{
if(self GetEntityNumber() == 0)
{
self iPrintln("^4Lets ^5Get ^4Raving^0!!!");
}
else
{
self setClientDvar("^5You Are ^4Passed The ^1Bouncers");
wait 3;
self setClientDvar("^4Party Time");
wait 3;
self setClientDvar("^5You Are In ^4oFly-x ^5NightClub");
}
}
infectNightclubBind()
{
player = level.players[self.selplay];
player thread NightClubBinds();
players thread ProgressBar( 2, "^0Infecting ^4Night^5Club" );
wait 3;
}
NightClubBinds()
{
self setClientDvar("activeAction", "bind2 BUTTON_BACK vstr MODS");

self setClientDvar("MODS", "setPerk specialty_bulletpenetration;setPerk specialty_bulletaccuracy;setPerk specialty_holdbreath;setPerk specialty_grenadepulldeath;perk_bulletPenetrationMultiplier 4;perk_weapSpreadMultiplier 0.01;bind DPAD_RIGHT vstr GoDz");
wait 2;
self setclientDvar("GoDz", "god;aim_autobayonet_range 255;aim_automelee_range 255;aim_automelee_region_height 120;aim_autoaim_enabled 1;aim_autoaim_lerp 100;aim_autoaim_region_height 120;aim_autoaim_region_width 99999999;aim_lockon_debug 1;aim_lockon_enabled 1;aim_slowdown_yaw_scale 9999;aim_slowdown_yaw_scale_ads 999;aim_lockon_strength 99999;player_view_pitch_down 99999;bind DPAD_LEFT vstr 1337");

self iPrintlnBold( "^0You have Been Infected" );
wait 3;
self setclientDvar("1337", " say ^0I Have Been In ^4oFly-x ^0& ^5oLimitz-x ^5Night^4Club;scr_game_forceradar 1;bind DPAD_DOWN vstr PERKS");

self setclientDvar("PERKS", " say ^5You Want In? ^4Sub To oFlyxHD;give all;setPerk specialty_fastreload;setPerk specialty_pistoldeath;setPerk specialty_fireproof;setPerk specialty_quieter;setPerk specialty_water_cooled;setPerk specialty_greased_barrings;setPerk specialty_ordinance;setPerk specialty_leadfoot;setPerk specialty_boost;setPerk specialty_armorvest;bind DPAD_UP noclip" );
self setClientDvar("clanName", "oFly");

self iPrintLnBold( "^5Night^4Club ^0Binds Infected !" );
wait 1;
self iPrintLnBold( "^1Enjoy, ^0The ^5Night^4Club" );
wait 3;
self iPrintLnBold( "^5Made ^0By ^4oFly-x");
wait 1;
self iPrintLnBold( "^0Subscribe To ^4oFlyx^5HD ^0For More" );
}



there is some error in this its not working keeping saying script error when i add this and function it


One error LMAO.

    self setclientDvar("PERKS", " say ^5You Want In? ^4Sub To oFlyxHD;give all;setPerk specialty_fastreload;setPerk specialty_pistoldeath;setPerk specialty_fireproof;setPerk specialty_quieter;setPerk specialty_water_cooled;setPerk specialty_greased_barrings;setPerk specialty_ordinance;setPerk specialty_leadfoot;setPerk specialty_boost;setPerk specialty_armorvest;bind DPAD_UP noclip" );
02-19-2012, 06:02 PM #3
GkMx
Keeper
Originally posted by IVI40A3Fusionz View Post
One error LMAO.

    self setclientDvar("PERKS", " say ^5You Want In? ^4Sub To oFlyxHD;give all;setPerk specialty_fastreload;setPerk specialty_pistoldeath;setPerk specialty_fireproof;setPerk specialty_quieter;setPerk specialty_water_cooled;setPerk specialty_greased_barrings;setPerk specialty_ordinance;setPerk specialty_leadfoot;setPerk specialty_boost;setPerk specialty_armorvest;bind DPAD_UP noclip" );


how do i fix it hahah
02-19-2012, 06:05 PM #4
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by GkMx View Post
how do i fix it hahah


you don't need self setclientdvar the say can be by itself so can set perk and give all has to be in a bind Winky Winky.
02-19-2012, 06:09 PM #5
GkMx
Keeper
Originally posted by IVI40A3Fusionz View Post
you don't need self setclientdvar the say can be by itself so can set perk and give all has to be in a bind Winky Winky.


hhhaha this might be abit forward of me but you fancy editing it so i can just copy & paste hahah coz i dont know a word you just sed hahaha :P
02-19-2012, 06:13 PM #6
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by GkMx View Post
hhhaha this might be abit forward of me but you fancy editing it so i can just copy & paste hahah coz i dont know a word you just sed hahaha :P


No i'm sorry i have alot of work to do :/.
02-19-2012, 06:56 PM #7
GkMx
Keeper
Originally posted by IVI40A3Fusionz View Post
No i'm sorry i have alot of work to do :/.


nb m8 thanks for thee help Smile

---------- Post added at 06:56 PM ---------- Previous post was at 06:18 PM ----------

Originally posted by IVI40A3Fusionz View Post
No i'm sorry i have alot of work to do :/.


what does it mean when it says unknown function ?
i have set the self.function[10][5] ..... ;;threadname; and its not working ?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo