Quote:
Originally Posted by Gii
PHP код:
public OnVehicleDamageStatusUpdate(vehicleid, playerid) {
new panels, doors, lights, tires;
new Float : vida;
GetVehicleDamageStatus(vehicleid, panels, doors, lights, tires);
if ( cinto[playerid] == 0 ) {
if ( ( panels + doors + lights + tires ) < 100) {
GetPlayerHealth(playerid, vida);
SetPlayerHealth(playerid, ( vida - 0.0001) );
SendClientMessage(playerid,COLOR_YELLOW,"[Aviso]: Vocк bateu com seu veнculo, e por nгo estar usando o cinto, acabou se machucando.");
}
else {
GetPlayerHealth(playerid, vida);
SetPlayerHealth(playerid, ( vida - 1.0 ) );
SendClientMessage(playerid,COLOR_YELLOW,"[Aviso]: Vocк bateu com seu veнculo, e por nгo estar usando o cinto, acabou se machucando.");
}
}
return 1;
}
**Nгo sei se irб funcionar corretamente.
|
Funcionar funcionou, porйm, ele sу estб aparecendo a segunda:
PHP код:
GetPlayerHealth(playerid, vida);
SetPlayerHealth(playerid, ( vida - 1.0 ) );
SendClientMessage(playerid,COLOR_YELLOW,"[Aviso]: Vocк bateu com seu veнculo, e por nгo estar usando o cinto, acabou se machucando.");
E quando eu digito /repararveiculo aparece o de cima.
PS: tб dando um negуcio de sscanf warning