18.09.2007, 08:23
Quote:
Originally Posted by Hiphop
Very nice script! i love this kinda funny shit! I dont know if this is a bug, but when u drive in a tourismo, and u hit the wall with full speed (i used nos) the car starts smoking black, and the vehicle health bar = 0.0 like the car is totally wrecked, but it must show like 10% or something, but it says 0% well, it doesnt matter but just wanna say..
|
Nice, original, filterscript Mr-Tape.
Anyone wants the vehicle health bar to show automatically when a player enters a vehicle add this:
Goto line 142:
pawn Code:
if(IsPlayerInAnyVehicle(i) == 1 && playervehiclebar[i] == 1){
pawn Code:
if(IsPlayerInAnyVehicle(i) == 1){
Fix:
pawn Code:
public OnPlayerDisconnect(playerid) {
playervehiclebar[playerid]=0;
}