Raised This Month: $51 Target: $400
 12% 

[CS:S] Antiroxx


Post New Thread Reply   
 
Thread Tools Display Modes
Author
MorgenDavid
BANNED
Join Date: Mar 2010
Plugin ID:
3200
Plugin Version:
3.4
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    With this plugin a noob can play CSS with a PGM and have a lot of fun.
    Unapprover:
    Reason for Unapproving:
    plugin removed
    Old 08-26-2012 , 20:33   [CS:S] Antiroxx
    Reply With Quote #1

    Plugin antiroxx:source 3.4
    (zz1crazyxx & MorgenDavid)

    With this plugin a noob can play CSS with a PGM and have a lot of fun.

    plugin de diminution des degats en fonction du niveau des joueurs.(classement par ratio)
    systeme de protection des joueurs tres faible (luciolle)

    Requirement:
    • Mysql Database (to store ratio players)
    • SDKHooks
    • Colors Library
    • Model teletubies (included) from "http://halflife2.filefront.com/file/CS_Source_Teletubbies_Player_Models_v05;92537 "
    • Sound (included) from "http://cscargo.net"

    -
    Code:
    // Table qui stock le ratio des joueurs sous forme kill/death
    // Ip et lastconnected juste pour info.
    // Si plx=1 le joueur peut se co sans risque d'etre redirige.
    
    CREATE TABLE IF NOT EXISTS `css_players` (
    `steamid` varchar(20) NOT NULL,
    `pseudo` varchar(32) DEFAULT NULL,
    `frag` int(11) NOT NULL,
    `death` int(11) NOT NULL,
    `ip` varchar(17) DEFAULT NULL,
    `LastConnected` datetime DEFAULT NULL,
    `plx` int(11) NOT NULL DEFAULT '0',
    UNIQUE KEY `steamid` (`steamid`)
    ) TYPE=InnoDB;
    Quote:
    CVars:
    • "antiroxx_active" (default:"1") "(Des)active antiroxx"
    • "antiroxx_minimum_player" (default:"4") "Nbres Joueurs minimum pour etre actif"
    • "antiroxx_serveur (default:"0") "0 = Normal | 1 = Serveur Low (kick/redirige si trop fort): 2 = Serveur High (kick/redirige si trop faible)"
    • "antiroxx_ratio_auth (default:"1.00") "Si 'Serveur Low' alors ratio maximum avant kick | Si 'Serveur High':ratio minimum sinon kick"
    • "antiroxx_new_server" (default:"127.0.0.1:27015") "Ip du serveur vers lequel on redirigera le joueur (Serveur Low/High)."
    • "antiroxx_max_cumul" (default:"80") "Nombre de frags ou deaths limite, on divise par 2 une fois cette limite atteinte."
    • "antiroxx_ratio_snipe" (default:"1.00") "A partir de ce ratio: on a plus le droit aux snipes (except scout)"
    • "antiroxx_ratio_flash" (default:"1.00") "A partir de ce ratio: on a plus le droit aux flash (a l'achat)"
    • "antiroxx_frags_default" (default:"8") "Nombre de frag donné a chaque joueur a la premiere connection"
    • "antiroxx_deaths_default" (default:"10") "Nombre de morts donne a chaque joueur a la premiere connection"
    Quote:
    Commandes:
    • Liste des ratios des joueurs: sm_antiroxx
    • Modifier le ratio d'un joueurs: sm_antiroxx <name|#userid> <frag> <death>
    Quote:
    Inclut:
    • Simple Anti AFK.
    • 15000 a chaque round.
    DOWNLOAD





    Last edited by asherkin; 09-23-2012 at 22:35. Reason: Restored post.
    MorgenDavid is offline
    Mirandor
    Senior Member
    Join Date: Jun 2006
    Location: Ile de France
    Old 08-27-2012 , 03:42   Re: [CS:S] Antiroxx
    Reply With Quote #2

    Good idea and interesting features but (not tested yet):
    - is there a message at spawning to advert players?
    - antiroxx_max_cumul make inflicted damaged/2 when limit of kills is reached?

    Also you 'd rather post source code or you 'll get slapped :p
    Mirandor is offline
    MorgenDavid
    BANNED
    Join Date: Mar 2010
    Old 08-27-2012 , 08:15   Re: [CS:S] Antiroxx
    Reply With Quote #3

    Quote:
    Originally Posted by Mirandor View Post
    Good idea and interesting features but (not tested yet):
    You can test it at "94.23.11.49:29000 [FR] Serveur Debutant / Niveau faible"

    Quote:
    Originally Posted by Mirandor View Post
    - is there a message at spawning to advert players?
    Yes of course. English and French translatiion inside.

    Quote:
    Originally Posted by Mirandor View Post
    - antiroxx_max_cumul make inflicted damaged/2 when limit of kills is reached?
    No, "antiroxx_max_cumul" with this, you can play how long the player need to go to next level.

    "ratio=frag/death"
    if death>antiroxx_max_cumul then frag/2 and death/2

    Quote:
    Originally Posted by Mirandor View Post
    Also you 'd rather post source code or you 'll get slapped :p
    Huh?? don't you see the source code in the zip ??

    and yes, in the tag, there is the level of the player.

    Quote:
    [LUCIOLE] +100HP + a tuer uniquement au couteau ou a la grenade !!
    [JUNIOR] +50HP
    [DEBUTANT]
    [DEBUTANT+]
    [CONFIRME] awp, autonoob et flash désormais INTERDIT !!
    [CONFIRME+]
    [AVANCE]
    [AVANCE+]
    [PRO]
    [PRO+]
    [PGM] Deplacement plus lent + Only cut + 500HP
    MorgenDavid is offline
    delachambre
    AlliedModders Donor
    Join Date: Jan 2011
    Location: France
    Old 08-29-2012 , 12:20   Re: [CS:S] Antiroxx
    Reply With Quote #4

    Good job !

    i like this mod.
    __________________
    ♥ 𝕊ℙ𝕒𝕨𝕟 𝔻𝕖𝕧𝕖𝕝𝕠𝕡𝕖𝕣 [ℂ𝕊:𝕊] ♥

    Clan-Nemesis
    delachambre is offline
    angel635
    Senior Member
    Join Date: Apr 2011
    Old 09-22-2012 , 10:07   Re: [CS:S] Antiroxx
    Reply With Quote #5

    hi

    Log erreur
    Attached Files
    File Type: log errors_20120922.log (293 Bytes, 491 views)
    angel635 is offline
    MorgenDavid
    BANNED
    Join Date: Mar 2010
    Old 09-22-2012 , 10:53   Re: [CS:S] Antiroxx
    Reply With Quote #6

    Maybe.... An MySql server is needed.. ;)
    MorgenDavid is offline
    corrado
    Junior Member
    Join Date: Jan 2010
    Old 09-30-2012 , 09:33   Re: [CS:S] Antiroxx
    Reply With Quote #7

    bonjour,
    sa à l'air d'être un super boulot! mais juste un souci....je n'arrive pas à le télécharger :-(
    quand je clique sur le bouton de dll sa m'ouvre de nouveau la page du plugin mais ne lance aucun dll sniffff
    __________________
    corrado is offline
    oxy69
    New Member
    Join Date: Mar 2015
    Old 03-09-2015 , 18:21   Re: [CS:S] Antiroxx
    Reply With Quote #8

    Hello,

    Where can we dowload this plugin today ?
    oxy69 is offline
    Reply



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 18:56.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode