07.03.2014, 15:42
hey got this code not understanding whats wrong heres the code getting Error Help
thanks
Код:
new result[128]; new number[MAX_PLAYERS] = playerid; // I believe its with this line format(result,sizeof(result), "%i.",number); new Text3D:PlayerLabel[MAX_PLAYERS]; PlayerLabel[playerid] = Create3DTextLabel(result, 0xFFFFFFAA, 10.0, 20.0, 40.0, 20.0, 0); Attach3DTextLabelToPlayer(PlayerLabel[playerid], playerid, 0.0, 0.0, 0.7);