20.06.2014, 12:49
Thats simple, for the vehicle health, in the engine starting command just return a message like
if(GetVehicleHealth(playerid) < 350) return SendClientMessage(playerid, -1, "The vehicle is too damaged to start!");
And for the stun thingy create a stock function which detects the nearest player and stuns him/her.
if(GetVehicleHealth(playerid) < 350) return SendClientMessage(playerid, -1, "The vehicle is too damaged to start!");
And for the stun thingy create a stock function which detects the nearest player and stuns him/her.