Unlimited Stamina

Discussions about ET modding (sdk code, player/weapon modeling)

Moderators: Forum moderators, developers

Post Reply
BenMcDermott
Posts: 47
Joined: Sat Jan 14, 2006 6:31 am

Unlimited Stamina

Post by BenMcDermott »

Post content removed
Last edited by BenMcDermott on Thu Jul 31, 2014 7:12 am, edited 1 time in total.
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

needles != stamina
needles == health

for stamina = enable cheats and make clients use "/nofatigue"
User avatar
arni
Posts: 188
Joined: Sun Feb 20, 2005 2:32 pm

Post by arni »

i think he means adrenaline needles
Image
BenMcDermott
Posts: 47
Joined: Sat Jan 14, 2006 6:31 am

Post by BenMcDermott »

Post content removed
Last edited by BenMcDermott on Thu Jul 31, 2014 7:12 am, edited 1 time in total.
User avatar
gotenks
Posts: 3465
Joined: Fri Nov 15, 2002 4:12 pm
Location: out of my mind
Contact:

Post by gotenks »

only by using the /nofatigue command when cheats are enabled
My Website
Image
After a night of binge drinking:
=FF=im2good4u wrote:WTF wanst i on top ?
bennz
Posts: 9
Joined: Tue Feb 06, 2007 10:24 am

Post by bennz »

gotenks wrote:only by using the /nofatigue command when cheats are enabled
looooool ??????

e.g.

Code: Select all

sv_maxclients = tonumber(et.trap_Cvar_Get("sv_maxclients"))

function et_RunFrame(levelTime)
    for i=0, sv_maxclients-1 do
        	et.gentity_set(i, "ps.powerups", 12, levelTime + 10000 )
    end
end
... or use it w/ etadmin_mod ...

bennz
Post Reply