25.01.2018, 19:16
Код:
enum e_my_array { e_my_array_id, Float:e_my_array_length } stock my_array[5][e_my_array] = {{-1, 0.0}, ...};
Quote:
error 029: invalid expression, assumed zero |
enum e_my_array { e_my_array_id, Float:e_my_array_length } stock my_array[5][e_my_array] = {{-1, 0.0}, ...};
error 029: invalid expression, assumed zero |
In pawn 3.10 this is already fixed https://github.com/Southclaws/pawn
|
Use the Compatibility-mode or update the sscanf to rl=https://github.com/maddinat0r/sscanf][this[/url]
|
..\pawno\include\YSI\internal\..\internal\y_natives.inc(65) : fatal error 100: cannot read from file: "y_globaltags"
#pragma compat 1
#include <YSI_Data\y_iterate>
#pragma compat 0
You will need use Compatibility-mode when include a YSI file, because she does not support cross-plataform.
I use this: PHP код:
|