spikes is not being created
#1

like the title says... the spikes for this isnt being created.

pawn Код:
if (strcmp(cmd,"/createspike",true) == 0 || strcmp(cmd,"/css",true)==0)
    {
        if(!IsACop(playerid) && !IsAnSd(playerid))
        {
            return SendClientMessage(playerid,COLOR_GREY,"   You are not a Cop / FBI / SAST / NG !");
        }
        if(PlayerInfo[playerid][pMember] == 1)
        {
            if(PlayerInfo[playerid][pRank] < 2)
            {
                return SendClientMessage(playerid,COLOR_GREY,"   Your rank is too low to be deploying spike strips !");
            }
        }
        else
        {
            if(PlayerInfo[playerid][pRank] < 2)
            {
                return SendClientMessage(playerid,COLOR_GREY,"   Your rank is too low to be removing spike strips !");
            }
        }
        if(IsPlayerInAnyVehicle(playerid))
        {
            return SendClientMessage(playerid,COLOR_GREY,"   You cannot place a spike strip while inside a vehicle !");
        }
        new Float:plocx,Float:plocy,Float:plocz,Float:ploca;
        GetPlayerPos(playerid, plocx, plocy, plocz);
        GetPlayerFacingAngle(playerid,ploca);
        CreateStrip(plocx,plocy,plocz,ploca);
        format(string, sizeof(string), "HQ: %s %s has placed a spike strip at %s", PlayerName(playerid));
        SendRadioMessage(1, TEAM_BLUE_COLOR, string);
        SendRadioMessage(2, TEAM_BLUE_COLOR, string);
        SendRadioMessage(3, TEAM_BLUE_COLOR, string);
        SendRadioMessage(5, TEAM_BLUE_COLOR, string);
        ApplyAnimation(playerid, "BOMBER","BOM_Plant_Loop",4.0,0,0,0,0,0); // Plant bomb
        return 1;
    }
Reply


Messages In This Thread
spikes is not being created - by Don_Cage - 05.03.2013, 15:43
Re: spikes is not being created - by Don_Cage - 06.03.2013, 14:08
Re: spikes is not being created - by Glad2BeHere - 06.03.2013, 14:45
Re: spikes is not being created - by Don_Cage - 10.03.2013, 13:28
Re: spikes is not being created - by Don_Cage - 11.03.2013, 14:03
Re: spikes is not being created - by Denying - 11.03.2013, 14:06
Re: spikes is not being created - by Smikkeltoetje - 11.03.2013, 14:09
Re: spikes is not being created - by Don_Cage - 13.03.2013, 14:27
Re: spikes is not being created - by Don_Cage - 13.03.2013, 17:11
Re: spikes is not being created - by Don_Cage - 21.03.2013, 18:16

Forum Jump:


Users browsing this thread: 6 Guest(s)