Thread: Ultimate Revive
View Single Post
Plugin Info:     Modification:          Category:         
anakin_cstrike
Veteran Member
Join Date: Nov 2007
Location: Romania
Old 08-25-2008 , 11:55   Ultimate Revive
Reply With Quote #1

Ultimate Revive
v1.2

With this plugin on your server, you can revive a player,team or all players with x hp and x armor. Also, a nice green screen fade on revive

Changelog:

[1.2]
- changes in code
[1.1]
- Fixed bug at respawn
- You don't have to write the hp and armor arguments if you don't want to...the plugin uses the default values: 100 hp and 0 armor.
- Removed fun module

[1.0]
- First relesead

Credits:
- GHW_Chronic -- fakemeta functions
- VEN -- give_item stock

Modules: Fakemeta

Command:
amx_revive <player/@/@T/@CT> <hp> <armor> - respawn a player,team or all player with x hp and x armor. You don't have to write the hp and armor.
@ - all players
@T - terrorists
@CT - counter-terrorists

Info:
- If you don't type the hp and the armor, the plugin use the default values: 100 hp and 0 armor.
- Every player gets a knife,glock or a usp, depending on his team, and default ammo.
- If you want to change to color of the screnfade, change in sma:
Quote:
Fade(index,0,255,0,30);
- bold means editable - RGB format. 30 - alpha


Examples:
  • Single player - will respawn 'mut2nt' with 150 hp and 100 armor
    Code:
    amx_revive mut2nt 150 100
  • T team - will respawn all T players with 100 hp and 50 armor
    Code:
    amx_revive @T 100 50
  • CT team - will respawn all CT players with 50 hp and 0 armor
    Code:
    amx_revive @CT 50 0
  • All players - respawn all players with 1 hp and 0 armor
    Code:
    amx_revive @ 1 0
  • No armor argument - respawn player 'fps' with 50 hp and 0 armor
    Code:
    amx_revive fps 50
  • No arguments - respawn team T with 100 hp and 0 armor
    Code:
    amx_revive @T
Image: [IMG]http://img174.**************/img174/7922/revivesx2.th.png[/IMG]
Attached Files
File Type: sma Get Plugin or Get Source (ut_revive.sma - 23438 views - 4.1 KB)
__________________


Last edited by anakin_cstrike; 09-30-2008 at 11:46. Reason: 1.1
anakin_cstrike is offline