03.05.2015, 17:54
Actually I've told you how to fix it:
In the enum is used for PlayerTeam, ORG_Ime needs a size. For example:
Quote:
[..] Also since ORG_Ime is string, it should have a size in the enum.
|
pawn Код:
enum some_name_used_for_PlayerTeam_array
{
...,
ORG_Ime[12],
...
};