Jump to content

[ADDONS] 50% Nemisis 50% Survivor


Skyline

Recommended Posts

Addons's name: 50% Nemesis 50% Survivor MOD 

Description: Its a very cool mod with half people Survivor and half people Nemisis


Author: MeRCyLeZz

Version: Latest

Platform: Allied Modders

Containing: Plugins,Amx  files and SOURCES

commands: #include #include new g_maxplayers public plugin_init() {     // This addon makes Plague rounds be 50% nemesis and 50% survivors     // REQUIRES ZP version 4.3-beta1 or later     register_plugin("[ZP] 50-50 Plague Mode", "0.1", "MeRcyLeZZ")         g_maxplayers = get_maxplayers() } public zp_round_started(gamemode) {     // Plague mode only     if (gamemode != MODE_PLAGUE)         return;         new id     for (id = 1; id )     {         // Dead or already a nemesis/survivor         if (!is_user_alive(id) || zp_get_user_nemesis(id) || zp_get_user_survivor(id))             continue;                 // Turn zombies into Nemesis and humans into Survivors         if (zp_get_user_zombie(id))             zp_make_user_nemesis(id)         else             zp_make_user_survivor(id)     } }

Installation: Just extract rar file and replace files

Images:  N/A

Own opinion: I think its a very good ADDONS For Our server {ZombieIlegalzone.Ro} ENJOY

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...