dev-karpov0
dev-karpov0
When we have a single-line`__emit {load.u.pri idx}` (or another u. pseudoopcode) statement (with `{ }`) the compiler throws an error `error 010: invalid function or declaration` ```pawn new array[32], idx;...
### Issue description: ```pawn new const Text[4][5][] = { { "Beer1", "Beer2", "Beer3", "Beer4", "Beer5" }, { "Wine1", "Wine2", "Wine3", "Wine4", "Wine5" }, { "Sprunk1", "Sprunk2", "Sprunk3", "Sprunk4", "Sprunk5" },...
There is new native function `strfloat` (which is analogous `floatstr`) but it is not listed in `New scripting api list`. My own plugin contains exported native with the same name....