15.07.2010, 17:39
You will have to replace
with
(The size of the requested array is MAX_GANG_NAME, not MAX_GANG_NAME+1)
pawn Код:
new gangname[MAX_GANG_NAME+1];
pawn Код:
new gangname[MAX_GANG_NAME];