[Ajuda] Poblema com Carros Privados
#4

Quote:
Originally Posted by Hulk3000
Посмотреть сообщение
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    new vId = GetPlayerVehicleID(playerid);
    if(vId==carroespecial[0])
    {
        new nome[24];
        GetPlayerName(playerid, nome, 24);
        if(strfind(nome, "Pedro_Carpone", true) == 0)
        {
            SendClientMessage(playerid,COLOR_LIGHTBLUE,"{ffffff}Bem vindo a sua {9f9f9f}Moto {01b333}Pedro_Carpone{ffffff}.");
        }
        else
        {
        SendClientMessage(playerid,COLOR_RED,"{ffffff}Veнculo:{9f9f9f}Moto{ffffff}Dono:{0082fb}Pedro_Carpone{ffffff}.");
        RemovePlayerFromVehicle(playerid);
        TogglePlayerControllable(playerid, 1);
        }
    }
    return 1;
}
?? *-*
Olб Hulk3000, eu ultilizei o seu, e quando fui testar "com outro nick" ele nгo funcionou, ou seja.. eu pude sim entrar no carro!
Ah.. ele tambйm nao manda a mensagem quando й o dono do carro "{ffffff}Bem vindo a sua {9f9f9f}Moto {01b333}Pedro_Carpone{ffffff}"



Quanto ao Hunter:
estб dando isso:
pawn Код:
C:\Users\Pedro\Desktop\GTA San Andreas\BPP GM\gamemodes\BPP.pwn(19844) : error 017: undefined symbol "VehicleID"
C:\Users\Pedro\Desktop\GTA San Andreas\BPP GM\gamemodes\BPP.pwn(19852) : error 017: undefined symbol "VehicleID"
C:\Users\Pedro\Desktop\GTA San Andreas\BPP GM\gamemodes\BPP.pwn(19860) : warning 225: unreachable code
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
Mais o simbolo estб definido em:
pawn Код:
new vid = GetPlayerVehicleID(playerid);
correto?

as linhas sгo respectivamente:

pawn Код:
if(VehicleID==carroespecial[0])
pawn Код:
if(VehicleID==carroespecial[0])
pawn Код:
return 1;
Reply


Messages In This Thread
Poblema com Carros Privados - by Pedro_BPP - 17.04.2013, 12:21
Re: Poblema com Carros Privados - by Hunter_Xtreme - 17.04.2013, 13:53
Re: Poblema com Carros Privados - by Hulk3000 - 17.04.2013, 14:03
Re: Poblema com Carros Privados - by Pedro_BPP - 17.04.2013, 15:47
Re: Poblema com Carros Privados - by mau.tito - 17.04.2013, 15:56
Re: Poblema com Carros Privados - by Pedro_BPP - 17.04.2013, 16:10
Re: Poblema com Carros Privados - by Hunter_Xtreme - 17.04.2013, 16:15
Respuesta: Re: Poblema com Carros Privados - by Pedro_BPP - 17.04.2013, 16:20
Re: Poblema com Carros Privados - by Hunter_Xtreme - 17.04.2013, 16:58
Re: Poblema com Carros Privados - by Don_Speed - 17.04.2013, 17:18

Forum Jump:


Users browsing this thread: 1 Guest(s)