Show Posts

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.


Messages - BlocklandSummet

Pages: [1] 2 3 4 5
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?

2
Drama / Re: Summet- Admitting to useing the EVAL exploit
« on: July 06, 2015, 03:54:56 AM »
I completely admit to using the EVAL exploit? im not gonna lie about it, lying wouldnt get me anywhere, so thats that (:

3
Drama / Re: Racer Boy - child enthusiast. "Gamer00"
« on: July 06, 2015, 03:47:06 AM »
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.

4
Drama / Re: Racer Boy - child enthusiast. "Gamer00"
« on: July 06, 2015, 03:38:14 AM »

._.

5
Drama / Re: Racer Boy - child enthusiast. "Gamer00"
« on: July 06, 2015, 03:33:20 AM »
again?
He will never stop.. this guys crazy.

6
Drama / Re: Racer Boy - child enthusiast. "Gamer00"
« on: July 06, 2015, 03:27:06 AM »
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

It was more of a you need to quit type thing you have enough on your hands people know who you are turn your life arround but yeah definitely not a guy you wanna deal with who knows what name he will be next so be careful.

7
Drama / Re: Racer Boy - child enthusiast. "Gamer00"
« on: July 06, 2015, 03:18:06 AM »

8
Drama / Re: Racer Boy - child enthusiast. "Gamer00"
« on: July 06, 2015, 03:17:37 AM »

RIGHT after.

9
Drama / Racer Boy - child enthusiast. "Gamer00"
« on: July 06, 2015, 03:12:17 AM »
So here "He" is...

Yep thats racer boy, i believe ive seen quite a bit of "child enthusiast" information on racerboy from the drama topic here but he claimed at one point he would stop his wrong-doing and what hes doing but lets paste some conversation bits... this wasnt in contact with me it was in contact with my good friend "Firering91" when he was going to add me on skype so he put his skype in the chat and than he immidietly added my friend as "Gamer00" dressed as a girl ingame, Now from my understanding and what im taking from this is he was dressing as a girl ingame to attract guys to him, because he claimed in other drama topics from what i remember he wanted to people to see him naked for some "Steam games" in exchange for watching and skyping him naked. now for the conversations:

--

--

--

--

--

--

/discuss
on what you think?

10
Add-Ons / Re: Leveling System
« on: July 05, 2015, 07:33:13 PM »
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.

Also true.

11
Add-Ons / Re: Leveling System
« on: July 05, 2015, 07:24:39 PM »
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.

Thanks for the feedback ill get to fixing that shortly as well as adding events.

12
Add-Ons / Re: Leveling System
« on: July 05, 2015, 07:20:42 PM »
OMG I JUST NEED THIS FOR MY COD, GTA, AND ZOMBIE SERVERS!! THANKS!!
Welcome.

13
Add-Ons / Re: Leveling System
« on: July 03, 2015, 12:50:54 PM »
why did you add the "server is using summet's leveling system"
if i use this i'm removing your name
i don't like that, just tell them what commands to use.
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.

14
Add-Ons / Re: Leveling System
« on: July 03, 2015, 12:10:21 AM »
Any events to check level?

Very nice!
What do you mean by events to check level?

15
Add-Ons / Re: Leveling System
« on: July 02, 2015, 08:05:23 PM »
I'd scan the code, just to be safe.
Feel free to scan all coding.

Pages: [1] 2 3 4 5