new Float: x, Float:y, Float:z;GetPlayerPos(playerid, x,y,z);new Text3D:label = Create3DTextLabel("THIS WORKS!", 0xFFFFFFFF, x, y, z, 40.0, 0, 0);