06.04.2016, 05:46
Player3DTextLabel just visible to player you make it for him [ not for players ] so I think what you're trying to do should be like this:
PHP код:
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);