22.12.2011, 09:22
3D Text Label?
Anyways, try this 3D Text Label
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer
E.X:
Anyways, try this 3D Text Label
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer
E.X:
pawn Код:
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
{
new Text3D:label = Create3DTextLabel("TesteR", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
return 1;
}