need some help with a line
PHP Code:
if(!is_user_alive(id) || g_iBestClimber != id || g_fStartTime[id]) first, it`s verified if the user is alive, than if he is the 1337 climber (bestclimber) than if that player have the timer running. if he pass all conditions, he will recieve noclip reward. i want to use noclip if i am only admin, not necessarly bestclimber. i know that something should be added to that line, something like "&& is_user_admin(id)", i`ve tried, but nothing happened, except all players were allowed to use that reward. |
Re: need some help with a line
delete "g_iBestClimber != id || g_fStartTime[id]"and test
|
Re: need some help with a line
i need that conditions too, why should i delete it ? i want to use noclip if i am bestclimber(1337)/admin(or both) and when i have my timer stopped, and if i am alive.
|
Re: need some help with a line
PHP Code:
Quote:
PHP Code:
|
Re: need some help with a line
Quote:
warning 201: redefinition of constant/macro <symbol "ADMIN_BAN"> when i defined level (ADMIN_BAN), and second didn`t worked at all. :| |
| All times are GMT -4. The time now is 09:10. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.