×
  • Sign In
  • Sign In



    Or sign in with one of these services

  • Sign Up
Jump to content

Xemnas

Members
  • Content Count

    64
  • Joined

  • Last visited

Posts posted by Xemnas


  1. What form factor radiator can your case use? (dual fan high/low profile or single fan) My Ram gets in the way so I can't have water cooling :( Oh yea do you want it to be a full system or just a cpu block? Also what socket is your cpu?


  2. I personally don't mind someone young only if they are not annoying. Ex of annoying: Making screeching noises in your mic, eating your mic, and eating while your mic is on. If someone is chill and just wants to play then I have no problem.


  3. -Fixed donator jobs

    -Changed Illegal gun dealer to Blackmarket Dealer

    -Fixed warrants for mayor and chief

    -added a terrorist chat

    -added a rapist class

    -increase amount pots/seeds and lowered price

    -added some TDMcars

    -taken away the ak from terrorist to keep them a non donator job

    -added more groups to support donatormods+

    -You have an inventory which you access by typing !inventory (still being worked on)

    -Removed the afk model (the one causing massive lua errors)

    -Fixed the lua errors when spawning


  4. I was waiting for one of these, I heard there was one so I popped in.

     

    Xemnas, you either lied to me about the way you wrote your code or that isn't yours. You told me you didn't tab anything in.

    Now maybe you've taken a liking to good syntax or maybe you are a lying bastard. I really dont give a fuck. I just wanted to raise the issue.

     

    Peace out faggots.

     

     

    Silence kept yelling at me for not tabbing. Thats why I went back and tabbed/commented


  5. I admit it's a link that sends me your IP. I'm sorry for invading your personal privacy Derp and I won't do it again. Also if you go a couple lines back you will find l33t saying something like "I'm going to find out where you live Derp, give me 10 minutes", and I said give me 2. That is why i posted the link. On another note why are you trying to constantly find ways to get me banned? You always believe whatever Charrax says. Like when i made my example script for Silence. Charrax never saw my script so how can he say i copied it? Then you believed him? You really disgust me Derp. Heres the code you bugged me for

    >
    function ondeath(victim, weapon, killer)
    --reseting needed variables
    suicide = false
    
    --gets if you were killed by a player or a prop
           if killer:IsPlayer() then
               isplayer = true
               traitor = false
       else
           umsg.Start("sendmsg", victim)
           umsg.End()
          
    --below was fixing a bug where if someone died by a prop they would be in living chat
       victim:SetTeam(TEAM_SPEC)
       victim:Spectate( OBS_MODE_CHASE )
       victim:SpectateEntity(nil)
           end
          
               if victim:Nick() == killer:Nick() then
                   umsg.Start("sendsuicidemessage")
                   umsg.End()
                   suicide = true
          
               end
      
           --gets if your killer was a traitor or not
                   if killer:IsTraitor() then
                           if (suicide == true) then
                       else           
                           umsg.Start("sendkillertmsg", victim)
                           umsg.String(killer:Nick().." (Traitor)")
                           umsg.End()
                           end
               else
                           if (suicide == true) then   
                       else
                           umsg.Start("sendkillerinnomsg", victim)
                           umsg.String(killer:Nick().." (Innocent)")
                           umsg.End()
                           end
                   end
    end
    
    hook.Add("PlayerDeath","died",ondeath)
    
    
    
    --Xemnas
    
    
    
    
    
    
    
    Then here is a the script in the client folder
    
    
    function saywhokilledyou(ply)
       killedby = ply:ReadString()
       chat.AddText(Color(0,255,0),killedby,Color(0,255,0)," Killed you.")
    end
    
    function killedbyunknown(ply)
       chat.AddText(Color(0,255,0),"You were killed by prop/world.")
    end
    function saywhokilledu(ply)
       killedby = ply:ReadString()
       chat.AddText(Color(0,255,0),killedby,Color(0,255,0)," Killed you.")
    end
    function killedyourself(ply)
       chat.AddText(Color(0,255,0),"You killed yourself")
    end
    
    usermessage.Hook("sendkillertmsg", saywhokilledyou)
    usermessage.Hook("sendmsg", killedbyunknown)
    usermessage.Hook("sendkillerinnomsg",saywhokilledu)
    usermessage.Hook("sendsuicidemessage",killedyourself)
    --Xemnas
    
    


  6. Under-clocking will do no damage to your card. Just under-clock your card until it becomes stable.

     

    I have a Msi Radion HD 7770 power edition factory clocked at 1125mhz; and i have under-clocked to 800mhz to save some power.


  7. Lol. A HUD in Derma is probably the most difficult Lua.

     

    You couldn't even code a sprayblocker script. You couldn't even get textures to work on a model!

     

     

    Yea fuck those models, and the sprayblocker wouldn't work because I had Server/Client side hooks.


  8. Well at this point I feel like I'm just pouring water on the already extinguished fire, I'd like to get my two cents in.

     

    "Xemnas: First off. I'm disappointed. I liked you. I always did." I was told you didn't like me.