05.01.2013, 03:39
hello everyone i made a command named as vip tag but the tag is not showing all things are working client messages are working but .............
i want the tag to be abhove the head of the player
please reply
pawn Код:
CMD:viptag(playerid,params[]) {
if(PlayerInfo[playerid][Level] == 1 || IsPlayerAdmin(playerid)) {
new Text3D:label;
label = Create3DTextLabel("V.I.P member", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
return SendClientMessage(playerid, 0x008080FF, "VIP Tag added");
} else return SendClientMessage(playerid, red, "ERROR:You Need to be VIP to use this command");
}
please reply