Thread: Double Jump
View Single Post
paegus
Senior Member
Join Date: Nov 2004
Location: Extreme low earth orbit
Old 10-15-2011 , 14:52   Re: Double Jump
Reply With Quote #27

it's been a while since i coded for sourcemod but something like...

Code:
...
if (
	IsClientInGame(i) &&				// is in the game
	IsPlayerAlive(i)					// is alive
	&& GetUserAdmin (i) != INVALID_ADMIN_ID	// is an ADMIN
) {...
in the OnGameFrame call?

but surely someone's written a better plugin for this with a newer SourceMod version?
__________________
Live and learn or die and teach by example.
Plugins Mine | Hidden:SourceMod

Last edited by paegus; 10-15-2011 at 14:55.
paegus is offline