[Ajuda] Argument Type Mismatch (Argument 2)
#3

Quote:
Originally Posted by Gii
Посмотреть сообщение
PHP код:
public OnVehicleDamageStatusUpdate(vehicleidplayerid)  {
    new 
panelsdoorslightstires;
    new 
Float vida;
    
GetVehicleDamageStatus(vehicleidpanelsdoorslightstires);
    if ( 
cinto[playerid] == ) {
        if ( ( 
panels doors lights tires ) < 100) {
            
GetPlayerHealth(playeridvida); 
            
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(playeridvida); 
            
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(playeridvida); 
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
Reply


Messages In This Thread
Argument Type Mismatch (Argument 2) - by FernandoDutra - 01.01.2016, 20:20
Re: Argument Type Mismatch (Argument 2) - by Gii - 01.01.2016, 20:57
Re: Argument Type Mismatch (Argument 2) - by FernandoDutra - 01.01.2016, 21:20
Re: Argument Type Mismatch (Argument 2) - by Gii - 02.01.2016, 02:24

Forum Jump:


Users browsing this thread: 1 Guest(s)