Admin can set cost and length of time that client is in stealth mode.
It also prints a chat line telling everyone when someone buys stealth
.:CVARS:.
-amx_stealth <0|1> - Turns plugin OFF|ON
-amx_stealthCOST <value> - sets cost of buying invisibility (default $5000)
-amx_stealthTIME <value> - sets invisiblity time (default 10s)
-amx_stealthVISI <0 - 255> - sets degree of visibility 0 being completely invisible and 255 being fully visible(default 10)
.:SAY:.
-/buy_stealth - makes client invisible for set time
Change Log:
pluginQuote:
v1.6.1
-added Toggle_plugin capabilities
v1.6
-added new cvar for invisibility percentage
v1.5
-Code Completely optimized (thanks to Nextra)
v1.4
-fixed simple code bugs
v1.3
fixed fatal chatting block error
v1.2
-Added Cvar so admin can change length of time client is invisible (made possible by Zombiezzz)
v1.1
-bugs fix/testing
v1.0
-initial release