3d Dynamic Text below the players Name Tag??????
#6

Quote:
Originally Posted by Mriss
Посмотреть сообщение
It isnt possible to do Below but, here it is>

pawn Код:
new Admin3DText:label = Create3DTextLabel("ADMIN, DO NOT ATTACK", 0xFF9400FF, 0, 0, 0, 25, 0, 0);

CMD:aduty(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] < 2) return SendClientMessage(playerid, -1, "This is an admin only command!");
    {
            if(PlayerInfo[playerid][pAdminDuty] == 0)
            {

                SendClientMessageEx(playerid, COLOR_YELLOW, "You are now on administrative duty! Remember to check /reports!");
                SendClientMessageEx(playerid, COLOR_REALRED, "NOTE: You may now set your admin name. (/setmyname)
                PlayerInfo[playerid][pAdminDuty] = 1;
                SetPlayerHealth(playerid, 100000);
                SetPlayerArmour(playerid, 100000);
                new Admin3DText:label = Create3DTextLabel("
ADMIN, DO NOT ATTACK", 0xFF9400FF, 0, 0, 0, 25, 0, 0);
                Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
                //SetPlayerColor(playerid, COLOR_TWORANGE);
                //SetPlayerSkin(playerid, 294); - Commented by Voltage
                new string[128];
                format(string, sizeof(string), "
Administrator %s(ID %d) is now on Admin Duty!", GetPlayerNameEx(playerid), playerid);
                ABroadCast(COLOR_YELLOW, string, 1);
            }
            else
            {
                DeletePlayer3DTextLabel(playerid, label)
                SendClientMessageEx(playerid, COLOR_RED, "
You are now off admin duty!");
                //SetPlayerName(playerid, PlayerInfo[playerid][pNormalName]);
                SetPlayerHealth(playerid, 100);
                SetPlayerArmour(playerid, 0);
                SetPlayerToTeamColor(playerid);
                //SetPlayerSkin(playerid, 299); - Commented by Voltage
                PlayerInfo[playerid][pAdminDuty] = 0;
                new string[128];
                format(string, sizeof(string), "
Administrator %s(ID %d) is now Off Admin Duty! ( Leave the Admin to Roleplay )", GetPlayerNameEx(playerid), playerid);
                ABroadCast(COLOR_YELLOW, string, 1);
            }
    }
    return 1;
}
I GET THIS FUCKING ERROR HELP MEE



Код:
C:\Users\Cris\Desktop\0.3z Server\Philippines Roleplay (2014)\gamemodes\PHRP_V1.1.pwn(43927) : warning 213: tag mismatch
C:\Users\Cris\Desktop\0.3z Server\Philippines Roleplay (2014)\gamemodes\PHRP_V1.1.pwn(43928) : warning 213: tag mismatch
C:\Users\Cris\Desktop\0.3z Server\Philippines Roleplay (2014)\gamemodes\PHRP_V1.1.pwn(43937) : error 017: undefined symbol "label"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
The code is caming from what codes you give to me
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)