A little help On/Off
#1

Код:
dcmd_firedup(playerid,params[])
{
    #pragma unused params
    if(AccInfo[playerid][Level] >= 1 || AccInfo[playerid][pVip] >= 1)
    {
        Firedup[playerid]=1;
        SetPlayerAttachedObject( playerid, 0, 18693, 5, 0.053428, -1.382621, -1.953219, 325.843124, 1.167475, 0.000000, -22.718177, 1.000000, 1.458621 );
        SetPlayerAttachedObject( playerid, 1, 18693, 6, -0.377174, 0.12345, 1.616164, 173.564910, 14.640313, 0.000000, 1.000000, 1.000000, 1.000000 );
        return 1;
    }
    else return ErrorMessages(playerid, 1);
}
If they type /firedup then

This Super jump will be activated automatically


pawn Код:
if(newkys == KEY_JUMP )
{
   if( super_jump[playerid] == 1)
  {
      if(!IsPlayerInAnyVehicle(playerid) )
      {
          new Float:SuperJump[3];
          GetPlayerVelocity(playerid, SuperJump[0], SuperJump[1], SuperJump[2]);
          SetPlayerVelocity(playerid, SuperJump[0], SuperJump[1], SuperJump[2]+5);
      }
      else return SendClientMessage(playerid ,COLOR_ORANGE ,"You can't super jump while you are in vehicle!");
  }
}
Reply


Messages In This Thread
A little help On/Off - by kbalor - 21.08.2012, 09:24
Re: A little help On/Off - by [MWR]Blood - 21.08.2012, 09:29
Re: A little help On/Off - by kbalor - 21.08.2012, 09:45
Re: A little help On/Off - by [MWR]Blood - 21.08.2012, 09:49
Re: A little help On/Off - by kbalor - 21.08.2012, 09:59
Re: A little help On/Off - by [MWR]Blood - 21.08.2012, 10:04
Re: A little help On/Off - by kbalor - 21.08.2012, 10:15

Forum Jump:


Users browsing this thread: 3 Guest(s)