Why this not working ?
Why this code it not working ?
PHP Code:
|
Re: Why this not working ?
Align your brackets and you'll notice what's going on.
Also, this doesn't make any sense: PHP Code:
|
Re: Why this not working ?
Please, don't do operations in the same line...
Code:
Code:
Also, if(!is_user_alive(iNum)) should be if(!is_user_alive(iPlayers[i])) and change return PLUGIN_HANDLED to continue; In AMXX >= 1.8.3 you don't need to use get_user_name() because you can use that thing: Code:
|
Re: Why this not working ?
Quote:
|
Re: Why this not working ?
Quote:
|
Re: Why this not working ?
Quote:
|
Re: Why this not working ?
Quote:
|
Re: Why this not working ?
Quote:
|
Re: Why this not working ?
Quote:
PHP Code:
PHP Code:
|
Re: Why this not working ?
Because you didn't fix that @OciXCrom said you. You need to fix the brackets.
Code:
|
| All times are GMT -4. The time now is 07:37. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.