Waiting time between shooting.
#5

pawn Код:
else if(newkeys & KEY_FIRE)
    {
        new Float:x, Float:y, Float:z;
        if(PlayerInfo[playerid][pCaptain] == 1)
        {
            if(ControllingShip[playerid] == 1)
            {
                GetPlayerPos(playerid, x, y, z);
                CreateExplosion(x+100, y, z, 2, 10.0);
            }
        }
    }
Here you go.
Reply


Messages In This Thread
Waiting time between shooting. - by Frank Biohazard - 09.01.2014, 11:27
Re: Waiting time between shooting. - by Eth - 09.01.2014, 12:05
Re: Waiting time between shooting. - by MatriXgaMer - 09.01.2014, 12:13
Re: Waiting time between shooting. - by Cypress - 09.01.2014, 12:20
Re: Waiting time between shooting. - by Frank Biohazard - 09.01.2014, 12:40

Forum Jump:


Users browsing this thread: 1 Guest(s)