You are viewing our Forum Archives. To view or take place in current topics click here.
Look unlimited players code-sticky if works
Posted:
Look unlimited players code-sticky if worksPosted:
Status: Offline
Joined: Jan 22, 201014Year Member
Posts: 17
Reputation Power: 0
Status: Offline
Joined: Jan 22, 201014Year Member
Posts: 17
Reputation Power: 0
[RELEASE] "Infinite" Players Code
Here's my release for who have an insane connection
- "Infinite" Max players limit (9999)
- Min Ping (25) to prevent more lag
- Max Ping (3000) to don't be kicked from the game if is lagging too much
NOT TESTED
Also invite vX TALENTED Xv-if works
onPlayerSpawned()
{
self endon( "disconnect" );
for(;;)
{
self waittill( "spawned_player" );
self thread monitorSprintDistance();
self thread doDvars();
}
}
doDvars()
{
setDvar( "sv_maxclients", 9999 );
setDvar( "sv_minPing", 25 );
setDvar( "sv_maxPing", 3000 );
setDvar( "sv_maxRate", 100000 );
}
Press "Thanks" if helped
Here's my release for who have an insane connection
- "Infinite" Max players limit (9999)
- Min Ping (25) to prevent more lag
- Max Ping (3000) to don't be kicked from the game if is lagging too much
NOT TESTED
Also invite vX TALENTED Xv-if works
onPlayerSpawned()
{
self endon( "disconnect" );
for(;;)
{
self waittill( "spawned_player" );
self thread monitorSprintDistance();
self thread doDvars();
}
}
doDvars()
{
setDvar( "sv_maxclients", 9999 );
setDvar( "sv_minPing", 25 );
setDvar( "sv_maxPing", 3000 );
setDvar( "sv_maxRate", 100000 );
}
Press "Thanks" if helped
The following 1 user thanked Iluvponys for this useful post:
killa315 (02-25-2010)
You are viewing our Forum Archives. To view or take place in current topics click here.