24.01.2013, 22:40
You are using your created variables as arrays.
should be
and this goes for all the textdraw variables you created.
pawn Код:
new PlayerText:Textdraw1;
pawn Код:
new PlayerText:Textdraw1[MAX_PLAYERS];

