get_msg_arg_string error.. some help
hi alliedmodders, i have a problem with this function..
amxx gives me this error : http://i.gyazo.com/da646ccb1bf644588a837cfc6ef93e08.png i don`t know what is the problem. this is my code : http://i.gyazo.com/170a0d0f8f2d04124a9cfe0d785ce682.png PHP Code:
|
Re: get_msg_arg_string error.. some help
Change sz_MenuText 2nd dimension size from 32 to 33 (or MAX_PLAYERS + 1 if your AMXX version is new enough).
|
Re: get_msg_arg_string error.. some help
ok, ty
|
Re: get_msg_arg_string error.. some help
Quote:
|
Re: get_msg_arg_string error.. some help
i changed sz_MenuText[ 12 ] [ 32 ] to sz_MenuText[ 12 ] [ 33 ]... but the problem still exists
|
Re: get_msg_arg_string error.. some help
sz_MenuText[33][32]
|
Re: get_msg_arg_string error.. some help
ok, I try
|
Re: get_msg_arg_string error.. some help
that works. ty ty.
|
| All times are GMT -4. The time now is 17:37. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.