new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
new Text3D:label = Create3DTextLabel(\"Szoliban van\", 0x008080FF, x, y, z, 40.0, 0);
Attach3DTextLabelToPlayer(label, playerid, x, y, z);
DeletePlayer3DTextLabel(playerid, PlayerText3D:label);