new Float:array[33] // Yes 33. Ids are from 1 to 32. Yes float because hp are float.
Then to get it. pev(id, pev_health, array[id]) // yes heres id... They are 33 spec in the array. So to get it in another funccion just.
new Float:someonehp = array[id]
sorry mi english is very bad
__________________