06.04.2016, 05:45
Quote:
same problem with this
Код:
new PlayerText3D:killingspreeonhead[MAX_PLAYERS]; killingspreeonhead[playerid] = CreatePlayer3DTextLabel(playerid,str, 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0); Attach3DTextLabelToPlayer(killingspreeonhead[playerid], playerid, 0.0, 0.0, 0.7); //error line. |
Код:
new Text3D:killingspreeonhead[MAX_PLAYERS]; killingspreeonhead[playerid] = Create3DTextLabel(str, 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0); Attach3DTextLabelToPlayer(killingspreeonhead[playerid], playerid, 0.0, 0.0, 0.7);