symbol is assigned a value that is never used: "LS1T"
#1

Hi!
i have this warning: symbol is assigned a value that is never used: "LS1T"

pawn Код:
CMD:lockls(playerid, params[])
{
    new string[128];
    if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pMember] == 2 || (PlayerInfo[playerid][pMember] == 4 && PlayerInfo[playerid][pDivision] == 2) || (PlayerInfo[playerid][pMember] == 4 && PlayerInfo[playerid][pRank] >= 5) || PlayerInfo[playerid][pMember] == 7 || PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5 || PlayerInfo[playerid][pMember] == 11 || PlayerInfo[playerid][pLeader] == 11)
    {
        SendClientMessageEx(playerid, COLOR_LIGHTBLUE, "* All the exits from Los-Santos locked!");
        format(string, sizeof(string), "All the exits from Los-Santos locked by %s ))", GetPlayerNameEx(playerid));
        SetDynamicObjectRot(CheckPointGates[2], 0.00000000,89.69036865,80.17822266);
        CheckPointGateStatus[2] = 1;
        SetDynamicObjectRot(CheckPointGates[3], 0.00000000,269.94769287,82.48538208);
        CheckPointGateStatus[3] = 1;
    new Text3D:LS1T;
        LS1T = Create3DTextLabel("Arrest Point\n{FFFF00}/arrest to arrest a criminal", COLOR_BLUE, 662.7000100,-1225.0999800,15.7000000, 12);

    }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)