16.02.2011, 08:47
@[FIR]EVIL_BOSS:
Under inc's:
OnPlayerConnect:
Check This: https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer
Under inc's:
pawn Код:
new Text3D:3Dtxtlbl[MAX_PLAYERS];
pawn Код:
3Dtxtlbl[playerid] = Create3DTextLabel("Bla Bla Bla Bla",-1, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(3Dtxtlbl[playerid],playerid,0.0, 0.0, 0.7);