Say_team with '@' problem
This code is what I made, but it cannot work. What is wrong?
Code:
if(contain(szText, "@") == 0)As it repeat very slowly and I use other way to repeat it immediately. |
Re: Say_team with '@' problem
Show the whole code.
|
Re: Say_team with '@' problem
Code:
#include <amxmodx> |
Re: Say_team with '@' problem
Where is the rest of it?
|
Re: Say_team with '@' problem
if(contain(szText, "@")) -> if(equal(szText[0], "@")) ?
Even if(szText[0] == "@") ? |
Re: Say_team with '@' problem
Code:
#include <amxmodx> |
Re: Say_team with '@' problem
There is one thing wrong with this code and another that may or may not be wrong with your server (but you didn't describe your problem so I cannot tell you for sure!!!!!!!!)
1. No admin normally has the flag ADMIN_ADMIN. This flag is only used by access() and cmd_access() (and other related functions). You should include amxmisc.inc and use is_user_admin(id). 2. You have the original Admin Chat plugin running. |
| All times are GMT -4. The time now is 23:34. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.