You didnt get it. Number of t's in server is dinamic, when there's 4 alive terrorist so it goes
PHP Code:
set_user_health(id, 100+400)
when 5
PHP Code:
set_user_health(id, 100+500)
I need to get that number after + in some variable
PHP Code:
new randomhealth
randomhealth = ????
set_user_health(id, 100 + randomhealth)