10.09.2018, 17:20
Hello! I have a strange problem.
It should attach text to the player, but attach it to pickup.
What's is wrong?
Код:
format(string, sizeof(string), "[%i] %s \n(PL)", playerid, PlayerName(playerid)); PlayerTEXT[playerid] = Create3DTextLabel(string, 0xEEFF99FF, 0.0, 0.0, 0.0, 15, 0, 1); Attach3DTextLabelToPlayer(PlayerTEXT[playerid], playerid, 0.0, 0.0, 0.2); PlayerData[playerid][Have3DText] = true;
What's is wrong?