29.09.2010, 16:41
Didn't tested it, but should work:
pawn Код:
new Float:health, msg[128];
format(msg, sizeof(msg), "Vehicle health: %d", GetVehicleHealth(GetPlayerVehicleID(playerid), health));
SendClientMessage(playerid, *YOURCOLORGOESHERE*, msg);