//How to play on phish's server, by phish. //First you'll need admin. Message phish on gamesurge. //To grab people. +grab //To push a grabbed object +push //to pull a grabbed object +pull //To go invisible. amx_glow2 name 0 0 0 0 //To become visible. amx_glow2 name 0 0 0 255 //To heal yourself amx_heal name ammount //Example Binds: bind "f" "+grab" bind "KP_UPARROW" "amx_glow2 yourname 0 0 0 0; say_team i'm invisible" bind "KP_PGUP" "amx_glow2 yourname 0 0 0 255; say_team i'm visible" bind "KP_5" "+push" bind "KP_RIGHTARROW" "+pull " //Make sure you replace "yourname" with a part of your name. //Example: //name "Randy Mc Dandy" //"Mc" would work and so would "daNdY". //Avoid using common names. //To add friends to the server admin //amx_addadmin "STEAM_0:0:12345" "bcdefghijklmnopqrstu" "" "ce" //just change the steamid leave the bullshit at the end alone >:( //Have fun, happy greifing. //Also make use of amx_kick, you can use portions of there name. //Change the password if needed.