24.09.2013, 05:32
Well,
gives me "warning 213: tag mismatch"
I couldn't find the INVALID_TEXT_DRAW equivalent for PlayerTextDraws, if anyone knows, greatly appreciated.
Grim.
pawn Код:
new PlayerText:textDr[MAX_PLAYERS][5];
....
for (new p=0; p<5; p++) {
tdSpeedo_bar[....][p] = INVALID_TEXT_DRAW;
}
I couldn't find the INVALID_TEXT_DRAW equivalent for PlayerTextDraws, if anyone knows, greatly appreciated.
Grim.