Sorry for double post, but I need help again.
How to use string for 3d array, like:
PHP Code:
g_Test[ 33 ][ 32 ][ 2 ]
//reset:
g_Test[ id ][ 0 ] = EOS
g_Test[ id ][ 1 ] = EOS
//copy:
copy( g_Test[ id ][ 0 ], charsmax( g_Test[ ] ), "test" )
copy( g_Test[ id ][ 1 ], charsmax( g_Test[ ] ), g_Test[ id ][ 0 ] )
It is ok ?
Sorry I have some problem with my PC and I can not test on server.