18.01.2012, 11:30
Does it have the same usage as
?
pawn Код:
...
#define _d[%0] diInfo[slot][%0]
_d[Rot] = rot;
_d[Pos][0] = pos[0];
_d[Pos][1] = pos[1];
_d[Pos][2] = pos[2];
_d[Label] = CreateDynamic3DTextLabel(str, -1, _d[Pos][0], _d[Pos][1], _d[Pos][2], 5.0, .testlos = 1, .worldid = _d[World]);
#undef _d
...