johnally
Quote:
|
Will it work if I use "^0" ?
|
In your current example you can simply use
players[id - 1][0]=0 (putting string termination symbol as first symbol in the string) and then check
if (players[id - 1][0][0]) (if true then string is not free)
Arrays are the whole other story - Check cellarray.inc. Anyway, you don't need them: there is no point in creating a dynamic array when you surely know that your max array size is 32.
__________________