diamond-optic
07-09-2006, 09:07 PM
well unlike the dodfun "dod_set_stamina" which only lets you set a clients min & max stamina.. this allows you to get what the stamina is currently at & lets you set it to a new number as well..
this uses fakemeta btw...
Get Stamina:
new Float:stamina
pev(id, pev_fuser4, stamina)
Set Stamina:
new Float:stamina = 50.0 //value between 0-100
set_pev(id, pev_fuser4, stamina)
this uses fakemeta btw...
Get Stamina:
new Float:stamina
pev(id, pev_fuser4, stamina)
Set Stamina:
new Float:stamina = 50.0 //value between 0-100
set_pev(id, pev_fuser4, stamina)