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



Reply With Quote![[HELP]Hold F5 to Remove car in front and Give Item CarSpawner](http://ragezone.com/hyper728.png)

