Again, we need the global variable.
Without seeing it, can just say that arguments are not passed in the correct order and that should rather be :
PHP Code:
formatex(szMenu, charsmax(szMenu), gszBlockMenu, col, gszBlockNames[gSelectedBlockType[id]], col, szSize, col, col, col, col, szNoclip, szGodmode);
But i can not check if 'gszBlockMenu' is correctly set.
__________________