[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 */
}
}
}
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)