Error with /badge
#8

TRY THIS
pawn Код:
command(badge, playerid, params[])
{
    if (Player[playerid][Group] == 1)
    {
        new string[128];
        if(Player[playerid][pBadge] == 0)
        {
                if(!IsPlayerInRangeOfPoint(playerid, 4.0, 264.24, 109.34, 1004.62)) return SendClientMessage(playerid, WHITE, "You need to be in the locker rooms to do this command!");
                {
                    Player[playerid][pBadge] = 1;
                    format(string, sizeof(string), "* %s snaps on their badge", GetName(playerid));
                    NearByMessage(playerid, NICESKY, string);
                    SendClientMessage(playerid, WHITE, "You are now on duty");
                    Player[playerid][CopDuty] = 1;
                    SetPlayerColor(playerid, BLUE);
                    Player[playerid][Ranks] = 5;
                    SetPlayerSkin(playerid, 288);
                    GivePlayerWeapon(playerid, 24, 200);
                }
            }
            else
            {
                Player[playerid][pBadge] = 0;
                format(string, sizeof(string), "* %s snaps off their badge", GetName(playerid));
                NearByMessage(playerid, NICESKY, string);
                Player[playerid][CopDuty] = 0;
                SendClientMessage(playerid, WHITE, "You are now off duty");
                SetPlayerColor(playerid, WHITE);
                SetPlayerSkin(playerid, Player[playerid][LastSkin]);
                ResetPlayerWeapons(playerid);
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
Error with /badge - by Joshswag - 03.11.2012, 05:14
Re: Error with /badge - by Glad2BeHere - 03.11.2012, 05:16
Re: Error with /badge - by Joshswag - 03.11.2012, 05:32
Re: Error with /badge - by Joshswag - 03.11.2012, 06:28
Re: Error with /badge - by Glad2BeHere - 03.11.2012, 06:32
Re: Error with /badge - by [HK]Ryder[AN] - 03.11.2012, 06:54
Re: Error with /badge - by Joshswag - 03.11.2012, 07:13
Re: Error with /badge - by Glad2BeHere - 03.11.2012, 07:20
Re: Error with /badge - by Joshswag - 03.11.2012, 08:01
Re: Error with /badge - by Glad2BeHere - 03.11.2012, 08:13

Forum Jump:


Users browsing this thread: 3 Guest(s)