19.04.2013, 15:30
Its a good system.
Good if its your first.
also i'll suggest you one thing more.
create a 3D TextLabel above player's head if he's afk.
use.
and
Good if its your first.
also i'll suggest you one thing more.
create a 3D TextLabel above player's head if he's afk.
use.
pawn Код:
new Text3D:Label;
Label = Create3DTextLabel("I'am AFK. Don't Message Me :)", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0, 0);
pawn Код:
Attach3DTextLabelToPlayer(Label, playerid, 0.0, 0.0, 0.7); //0.7 is the height above player's head. For good attachment of 3D Texts I prefer 0.5. and if you want multiple textlabels on player's head. use 0.7 and 0.5. difference of 0.2 b/w them.