how to get dynamic array have how many?
public_message = ArrayCreate(128);
msg max size is 128 ArrayPushString ( Array:which, const input[] ) ArrayGetString ( Array:which, item, output[], size ) how to get the "public_message" item size??? |
Re: how to get dynamic array have how many?
ArraySize(). It was hard to find..
Next time, check yourself by reading the cellarray.inc file. |
Re: how to get dynamic array have how many?
is work...thz
|
| All times are GMT -4. The time now is 02:00. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.