22.07.2016, 17:54
Quote:
Show me the part where you declared the array "sEnterID". Probably it seems you haven't declared the array properly.
You need to declare array using this syntax: Код:
new array_name[SIZE]; |
{
sEnterID,
FloatEnter_x,
FloatEnter_y,
FloatEnter_z,
FloatExit_x,
FloatExit_Y,
FloatExit_z,
Int,
Int2,
Wirt,
Wirt2,
Name[126]
}
#define MAX_SENTERS 100
new sEnter[ MAX_SENTERS ][ senters ];