24.03.2013, 12:48
Ok, I've fixed the enum to
new LabelInfo[MAX_PLAYERS][plabel][5]; I've forgotten to put plabel xD and the if errors are fixed
and with your code it doesn't give error thanks!
But last thing, it give a tag mismatch warning for this line:
new LabelInfo[MAX_PLAYERS][plabel][5]; I've forgotten to put plabel xD and the if errors are fixed
and with your code it doesn't give error thanks!
But last thing, it give a tag mismatch warning for this line:
Код:
LabelInfo[playerid][pttext][j] = Create3DTextLabel(stringaa, 0xFFFFFFFF, pX,pY,pZ, 15.0, pvw, 1);