Quote:
Originally Posted by tcPane
Ok, but I've seen and this more shortcut way
PHP Code:
new bool:g_bAlive[33],
:g_bConnected[33];
Is it correct too?
|
Try to compile your code and see what compiler say.
This is enough:
PHP Code:
new bool:a[33], bool:b[33]
__________________