01.08.2013, 07:02
How did you declare GangM[MAX_PLAYERS]? For 3DText stuff you should declare it like this:
In your case, it would be
Either this, or the thing SuperViper said is your problem probably.
pawn Код:
new Text3D:YourVarName;
pawn Код:
new Text3D:GangM[MAX_PLAYERS];

