05.01.2013, 03:20
ok i scripted this under
OnPlayerSpawn
but under this there are some optins for hiding text draws those are not hiding whne i comment this they are hiding
and also the vip tag is not seen but all the messages are working properly
OnPlayerSpawn
pawn Код:
new Text3D:label;
label = Create3DTextLabel("V.I.P member", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
if(PlayerInfo[playerid][Level] == 1 || IsPlayerAdmin(playerid)) {
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
return SendClientMessage(playerid, 0x008080FF, "Welcome VIP");
}
and also the vip tag is not seen but all the messages are working properly