I don't see a reason for that code not to work, but I'd like to suggest two changes.
1. Make the body variable a global one, since you don't use it anyway, so that it is not re-created every frame.
2. Remove if_user_alive(u_guy), I don't think you can look at a dead player, I may be wrong.
Also, I don't know if you know this:
Quote:
|
Gets overall stats which are stored in file on server and updated on every respawn or user disconnect.
|