Thread: Auto Revive
View Single Post
FODDER
Member
Join Date: Mar 2012
Location: Florida, United States
Old 04-29-2012 , 15:13   Re: Auto Revive
Reply With Quote #13

Quote:
Originally Posted by Devil259 View Post
You've to install Infinite Round and use that :

Code:
#include < amxmodx > #include < fakemeta > #include < hamsandwich > new g_iOrigin[ 33 ][ 3 ]; public plugin_init( ) {     RegisterHam( Ham_Killed, "player", "hamKilledPre" );     RegisterHam( Ham_Killed, "player", "hamKilledPost" ); } public hamKilledPre( id ) {     pev( id, pev_origin, g_iOrigin[ id ] ); } public hamKilledPost( id ) {     ExecuteHamB( Ham_CS_RoundRespawn, id );     set_pev( id, pev_origin, g_iOrigin[ id ] ); }
How do I install Orpheu me and him want the same thing hahaha. Will he spawn where he died?
FODDER is offline