View Single Post
Plugin Info:     Modification:          Category:          Approver:   Exolent[jNr] (178)
Firippu
Senior Member
Join Date: Jan 2007
Old 11-01-2009 , 23:43   surf_icebob2 plugin
Reply With Quote #1

Description
  1. This plugin makes surf_icebob2 fully playable on any server. The map was made broken on purpose so only a server that had the special made plugin(which is kept private) could serve it.

Fixes
  1. The shootable crosshair target that opens the jail doors
  2. All teleports, also with safe ranged dynamic destinations
  3. Player spawns
  4. Weapons

installation - This plugin is designed to use the map specific plugin method.
  1. Create a new file with shown structure and naming
    PHP Code:
    addons/amxmodx/configs/maps/plugins-surf_icebob2.ini 
  2. Write the plugin file name within the newly created .ini file as shown and save it
    PHP Code:
    surf_icebob2.amxx 

Cvars
  1. sib2_deathmatch <0|1> // Toggles deathmatch -- 0 off -- 1 on // default off
  2. sib2_armoury_delay <#> // Amount of seconds weapon reset will occur, deathmatch must be activated // default 180
  3. sib2_player_delay <#> // Amount of seconds player respawn delays, deathmatch must be activated // default 3

These cvars could be used in conjunction of the map specific config method. Steps are..
  1. Create a new file with shown structure and naming
    PHP Code:
    addons/amxmodx/configs/maps/surf_icebob2.cfg 
  2. Write the cvars and their variables within the newly created .cfg file as shown and save it
    PHP Code:
    sib2_deathmatch 0
    sib2_armoury_delay 180
    sib2_player_delay 3 

Required Modules
  1. hamsandwich
  2. engine
  3. fun

Recommended Addon Plugins
  1. MultiJump

Changelog
Code:
11-01-09 -Initial release.
11-23-09 -Improved weapon code efficiency.
11-29-09 -Spawn points are now moved, instead of moving players after they spawn.
12-01-09 -Misc rearrangements and changes.
01-24-10 -A lot of minor changes. Added weapon reset stats, and double spawn for the neat effect ^^.
01-28-10 -Adjusted a few teleport destination ranges. Added cvar for spawn method. Added a small cooldown for touching weapon models(to prevent some useless cpu usage).
03-18-10 -Removed double spawn and cooldown. Added player respawn wait cvar. Made more optimizations.
07-06-14 -Fixed players getting stuck at teleport destination of moveback2.
Attached Files
File Type: sma Get Plugin or Get Source (surf_icebob2.sma - 162 views - 9.2 KB)

Last edited by Firippu; 08-12-2021 at 03:35.
Firippu is offline