17.05.2015, 18:15
im new to scripting but ill try to help try somehting like this
Код:
new Text3D:label[MAX_PLAYERS]; new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); label[playerid] = CreateDynamic3DTextLabel("Admin", COLOR, x, y, z+1, INVALID_PLAYER_ID, 1);