Formatex Dimensional Array
Hello, i'm trying to print "Hello world!" to server console but it prints "Hello Hello"
here my code: Code:
#include < amxmodx > |
Re: Formatex Dimensional Array
What exactly do you want to reach?
This expression is wrong: PHP Code:
|
Re: Formatex Dimensional Array
Quote:
you told me that this expression is wrong, so can you tell me what is wrong? |
Re: Formatex Dimensional Array
You can't use g_szString as: g_szString[ (numeric) 0 ][ (string) szHello ].
Do you understand? |
Re: Formatex Dimensional Array
Quote:
Code:
new g_szString[ ][ m_String ];Code:
new g_szString[ 128 ][ m_String ]; |
| All times are GMT -4. The time now is 10:50. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.