Portal SAMP
[Ajuda] warning 202: number of arguments does not match definition - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Ajuda] warning 202: number of arguments does not match definition (/showthread.php?tid=2599)



warning 202: number of arguments does not match definition - Pedro Samp.V2 - 25/07/2022

Auguem Ajuda fui Fazer carro de Organizações e simplesmente não foi não aparece a a mensagen definida e da 2 warkings


Warkings:
C:\Users\Pedro\Downloads\GM\Brazukas City\gamemodes\BRAC.pwn(725) : warning 202: number of arguments does not match definition
C:\Users\Pedro\Downloads\GM\Brazukas City\gamemodes\BRAC.pwn(729) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


Codigo:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
  new carroorgs = GetPlayerVehicleID(playerid);
    if(newstate == PLAYER_STATE_DRIVER)
    {
        if(IsTdtCar(carroorgs))
        {
        SendClientMessage(playerid, VERMELHO, "Info Tentando Ligar O carro!");
        }
        if(IsElementsCar(carroorgs))
        {
        SendClientMessage(playerid, VERMELHO, "Info Tentando Ligar O carro!");
        }
    }
return 1;
}




q, ajuda agradeço


RE: warning 202: number of arguments does not match definition - White_Blue - 25/07/2022

Qual o valor atribuído as variáveis "IsTDtCar" e "IsElementsCar"? Pois no código que você postou aqui não tem nenhum valor atribuído para ambas.