new string[300];new Float:X, Float:Y, Float:Z;GetPlayerPos(playerid, X, Y, Z);format(string,sizeof(string),"%s",strlen(inputtext));Create3DTextLabel(string,0xFF000066, X,Y,Z, 20.0, 0, 1);
format(string,sizeof(string),"%s",inputtext);