[Ajuda] Problemas com cуdigo de restringir veiculos
#1

PHP код:
new VCAMINHONEIRO[11];
new 
Profissao[MAX_PLAYERS];
#define CAMINHONEIRO 1
public OnPlayerStateChange(playeridnewstateoldstate)
{
   if(
newstate == PLAYER_STATE_DRIVERVerificarVeiculo(playerid);
    return 
1;
}
forward VerificarVeiculo(playerid);
public 
VerificarVeiculo(playerid)
{
    for(new 
0<= 4c++)
    {
        if(
IsPlayerInVehicle(playeridVCAMINHONEIRO[c]) && PlayerInfo[playerid][CAMINHONEIRO] < 1)
        {
            
SendClientMessage(playerid, -1"Vocк nгo й Caminhoneiro");
            
RemovePlayerFromVehicle(playerid);
            return 
1;
        }
    }
    return 
1;

esse й um sistema pra restringir veiculo sу que da erro:
PHP код:
C:\Users\dade\Desktop\Gamemode levado a sйrio\gamemodes\profcaminhoneiro.pwn(126) : error 017undefined symbol "PlayerInfo"
C:\Users\dade\Desktop\Gamemode levado a sйrio\gamemodes\profcaminhoneiro.pwn(126) : warning 215expression has no effect
C
:\Users\dade\Desktop\Gamemode levado a sйrio\gamemodes\profcaminhoneiro.pwn(126) : error 001expected token";"but found "]"
C:\Users\dade\Desktop\Gamemode levado a sйrio\gamemodes\profcaminhoneiro.pwn(126) : error 029invalid expressionassumed zero
C
:\Users\dade\Desktop\Gamemode levado a sйrio\gamemodes\profcaminhoneiro.pwn(126) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

Reply


Messages In This Thread
Problemas com cуdigo de restringir veiculos - by Misael - 05.11.2017, 15:03
Re: Problemas com cуdigo de restringir veiculos - by Misael - 05.11.2017, 15:32
Re: Problemas com cуdigo de restringir veiculos - by Misael - 05.11.2017, 17:53
Re: Problemas com cуdigo de restringir veiculos - by Amicorum - 05.11.2017, 22:15

Forum Jump:


Users browsing this thread: 3 Guest(s)