Please use code/php/small tags, it's easy to read.
If you change the variable value in a function, it will keep this value until it's changed again.
Code:
new var
public sth()
{
var = 1 + 2//here it would become 3
}
public sth2()
{
var = var + 1//here it would become 4
}
For the 2nd question you should search before asking something. You need to register DeathMsg event or to hook Ham_Killed. Also you have a forward in csx for that( client_death ? ).
__________________