[HELP]Hold F5 to Remove car in front and Give Item CarSpawner

Results 1 to 2 of 2
  1. #1
    Novice erasafir is offline
    MemberRank
    May 2014 Join Date
    3Posts

    wink [HELP]Hold F5 to Remove car in front and Give Item CarSpawner

    i want to Hold f5 and give carspawner to player and remove car in front.

    How can i do. Please help me
    Code:
    if (bIsPrimaryInteraction && InputMappingMngr->isPressed(r3dInputMappingMngr::KS_VEHICLE_UNSTUCK) & !gClientLogic().localPlayer_->IsInVehicle()){
       if(ActionUI_pressedKeyTimer > tmp_time)
       {
        ActionUI_pressedKeyTimer = 0.0f;
        if(dropObj->isObjType(OBJTYPE_Vehicle))
        {
               /* Need Help HERE */
        }
       }
      }
    Last edited by erasafir; 28-03-17 at 11:51 PM.


  2. #2
    DeadZone The Unknown is offline
    MemberRank
    Feb 2014 Join Date
    CanadaLocation
    442Posts

    Re: [HELP]Hold F5 to Remove car in front and Give Item CarSpawner

    Very easy. Why does everyone want to copy NewZ? What's so unique about it besides the amount of players, and GlowingSkinsZ?

    Hint: Look at the loot code! (Item pickup more specifically)



Advertisement