Page 1 of 4 123 ... LastLast
Results 1 to 10 of 35

Thread: Anti Spawn Kill Suggestion

  1. #1

    Default Anti Spawn Kill Suggestion

    In My Server Today Some Freak Guy
    Camp In 1 Place And Then Start To Kill Spawn Players Rapidly
    Any Possible Fix For This Razor?
    Like Setting God Mod For Players Until They Start To Shoot The First Bullet?
    I Saw This Mod On a Clan Server Before
    Greetings

  2. #2
    Purple Developer Purple Elephant1au's Avatar
    Join Date
    Feb 2012
    Location
    Australia
    Posts
    1,269

    Default

    Quote Originally Posted by dax View Post
    Is a good one for V2 ,
    Admin Pro has Anti-camping features

    // Invulnerable Time
    // Amount of time (in seconds) a player is invulnerable for after spawning (default=3 seconds)
    set sv_invulnerabletime 3

    Is the stock invulnerable setting, although theres a few other mods with spawn protection but some just take it from admin pro

    Simple one from admin pro :
    Code:
    spawn:
    
    
    if(self.dmteam == "allies") {
    
    self nodamage
    self stufftext "locationprint 500 50 Spawn-Protect-On"//thx admin pro
    //self light 0 0 1 100//blue
    //self iprint "5 Second Spawn Protect On" 1
    
    wait 5
    
    self takedamage
    self stufftext "locationprint 500 50 Spawn-Protect-Off"//thx admin pro
    //self light 0 0 0 00
    //self iprint "Spawn-Protect-Off" 1
    
    }
    
    if(self.dmteam == "axis") {
    
    self nodamage
    self stufftext "locationprint 500 50 Spawn-Protect-On"//thx admin pro
    //self light 1 0 0 100//red
    //self iprint "5 Second Spawn Protect On" 1
    
    wait 5
    
    self takedamage
    self stufftext "locationprint 500 50 Spawn-Protect-Off"//thx admin pro
    //self light 0 0 0 00
    //self iprint "Spawn-Protect-Off" 1
    }
    
    if(self.dmteam == "spectator") {
    end
    }
    end
    Hope this helps

    Purple's Playground
    OBJ :
    103.29.85.127:12203
    xfire: purpleelephant1au
    email: purpleelephant1au@gmail.com
    skydrive: PurpleElephantSkydrive




  3. #3

    Default

    Hello,

    i got problem with Anti Camper im using this one :

    http://www.mohaaaa.co.uk/AAAAMOHAA/c...anti-camper-v6

    So i mixed it with Elgbot file when i run server i see in console this error :




    How to fix please.

    Thanks

  4. #4

    Default

    i think u have to wait for ryback till we merged admin pro with elgbot, admin pro has a good anti-camper mod and spawn protection etc in there.
    so be patient, we have some problems with merging so it will take some time
    Last edited by Slimbips {sfx}; March 6th, 2016 at 03:43 PM.

  5. #5
    Banned
    Join Date
    May 2010
    Location
    fuck off?
    Posts
    1,145

    Default

    Quote Originally Posted by Slimbips View Post
    i think u have to wait for ryback till we merged admin pro with elgbot, admin pro has a good anti-camper mod and spawn protection etc in there.
    so be patient, we have some problems with merging so it will take some time
    10 mins max..didnt u write elgbot?

  6. #6

    Default

    hahaha, i wish, a pushable button allready took me 3 months :P

  7. #7
    Developer RyBack's Avatar
    Join Date
    Apr 2014
    Location
    In Front of the screen
    Posts
    1,603

    Default

    It's ducking torture.
    I did it 10 time b4 but can't do it this time.
    Though I remember I left slim the last time with a working one.
    Maybe his Linux server crashed for no reason. Pretty sure it's the problem.

  8. #8

    Default

    Quote Originally Posted by Elgan View Post
    10 mins max..didnt u write elgbot?
    Hello Elgan , I think you creator the Anti camper version 6 so its got same error even standalone without elgbot why is this ? and how to fix please

    Thanks

  9. #9

  10. #10

    Default

    Quote Originally Posted by easymeat View Post
    try this one
    Thanks for reply , Working good but i think this Grueling to kill the player !! , so i tried the anti camper version 6 because players Bleeding or get fire Punish that Decrease the player health 5 everytime if there are way to do this please

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •