other way in checking user alive
other than using is_user_alive is there another check i can do?
|
Re: other way in checking user alive
any special reason ?
|
Re: other way in checking user alive
ya for some reason is_user_alive(id) is returning false when it should be true
|
Re: other way in checking user alive
try
PHP Code:
|
Re: other way in checking user alive
amxx use this to check is_user_alive
Code:
inline bool IsAlive()but is_user_alive(id) is faster in any situation except you cache the flag in your own plugin |
Re: other way in checking user alive
Quote:
Code:
(pev(id,pev_deadflag) & DEAD_DYING) |
Re: other way in checking user alive
Code:
|
Re: other way in checking user alive
PHP Code:
so.. PHP Code:
|
Re: other way in checking user alive
which would be prefered ham or fakemeta?
|
Re: other way in checking user alive
how can do do a check where this ent touches something and that something isnt a player
|
| All times are GMT -4. The time now is 01:37. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.