Validation error
Hello everyone, here is the error:
Code:
//AMXXPC compile.exeHTML Code:
if(strlen(read_argv(1)) > 8) |
Re: Validation error
You need to use the function correctly: http://www.amxmodx.org/funcwiki.php?...argv&go=search
Also, if that doesn't help, find other plugins that use it (just about all of them with client commands) to see how it's done. |
Re: Validation error
read_argv cannot be used that way, see the usage at http://www.amxmodx.org/funcwiki.php?go=func&id=1339
|
Re: Validation error
If the array length is longer for the length of the text shows?
For example: Quote:
is length server_password > g_name[15] How much should you give a bit in the array? |
Re: Validation error
What????
|
Re: Validation error
Show full code.
|
| All times are GMT -4. The time now is 13:39. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.