1
Drama / Re: Summet- Admitting to useing the EVAL exploit
« on: July 06, 2015, 03:57:03 AM »
no?
Just owning up to what i did?
Just owning up to what i did?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Is it necessary to reply to everything?Yes.
And people bought that he was "sorry," lol.Thats why he said "You're Dead" because that was after (In the server) i told him i knew who he was cuz my friend fire just got done showing me. and he said "You're Dead" Because he was mad he's getting caught for who and what he does again.
again?He will never stop.. this guys crazy.
It isn't badass to threaten/tell people you drama'd them, but he pulled this "I wanna see your richard" thing on me like a year ago and I blocked him.
/support all the way, don't trust this guy
*No Edit - Fixing Post*
RIGHT after.
Except, you know, when someone triggers a bottomprint event and then can't see the hud until it's updated again.
This makes neglible impact on performance. 500ms is a huge delay in the grand scheme of computing.
This is incredibly spammy.
function levelHudLoop()
{
%count = clientGroup.getCount();
for(%i = 0; %i < %count; %i++)
{
%client = clientGroup.getObject(%i);
%client.bottomPrint("<just:center>\c6Level:" SPC %client.level SPC " EXP:" SPC %client.xp @ "/" @ %client.level + 1 SPC "Kills:" SPC %client.kills @ "<br>\c3Top player:" SPC $highestLevelName SPC "(" @ $highestLevelID @ ")" SPC "Level" SPC $highestLevel, 1, 1);
}
schedule(500, 0, levelHudLoop);
}
This code runs every half-second, and applies the bottomPrint HUD to everyone at the server, at once. Instead of clogging up processing power by doing this, a much more sane and resourceful solution is to just refresh the HUD every time something actually prompts it to change. I wouldn't recommend this, and there are better ways to do it.
OMG I JUST NEED THIS FOR MY COD, GTA, AND ZOMBIE SERVERS!! THANKS!!Welcome.
why did you add the "server is using summet's leveling system"You can remove it i dont mind it one bit its just showing the commands mainly, if you would rather tell them commands by all means go ahead.
if i use this i'm removing your name
i don't like that, just tell them what commands to use.
Any events to check level?What do you mean by events to check level?
Very nice!
I'd scan the code, just to be safe.Feel free to scan all coding.