Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- SetVehiclePlayerHealthAwesome - By VD
- */
- //**INCLUDES**//
- #include <a_samp>
- // **FORWARDS** //
- forward SetVehiclePlayerHealthAwesome(playerid, carid, carhealth, playerhealth);
- public SetVehiclePlayerHealthAwesome(playerid, carid, carhealth, playerhealth)
- {
- SetVehicleHealth(carid, carhealth);
- SetPlayerHealth(playerid, playerhealth);
- }
Advertisement
Add Comment
Please, Sign In to add comment