24.03.2011, 19:47
pawn Код:
// Top of your script so It is global
new Text3D:afklabel[MAX_PLAYERS];
// When someone types /afk or w/e the command is
afklabel[playerid] = Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS);
// When someones types /back or w/e
Delete3DTextLabel(afklabel[playerid]);