[Ajuda] Carro nгo liga!
#1

eu tenho carros espalhados no mapa porem eles nгo ligam quando eu entro em um deles. estou com problema pois coloquei para ligar as luzes de dia. com o comandos /car ele pega normalmente porem os carros que spawna quando ligo o server nгo liga quando o player entra dentro deles ele fica sem ligar nao anda.

codigo:


pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    new veh = GetPlayerVehicleID(playerid);
    new engine, lights, alarm, doors, bonnet, boot, objective;
    GetVehicleParamsEx(veh, engine, lights, alarm,doors, bonnet, boot, objective);
    SetVehicleParamsEx(veh, VEHICLE_PARAMS_ON, VEHICLE_PARAMS_ON, alarm, doors, bonnet, boot, objective);
    LigarCarro(playerid);
    VeiculoOcupado[vehicleid] = true;
    if(!ispassenger && IsVehicleOccupied(vehicleid)) SetPlayerHealth(playerid, 0.0);
    {
        SendClientMessage(playerid, Vermelho, " [ x ] === ANTI FURTO CAR ===");
    }
    return 1;
}
Reply
#2

-.-'
Reply
#3

Quote:
Originally Posted by iSoaD
Посмотреть сообщение
Tente isso
PHP код:
public OnGameModeInit()
{
    
LigarVeiculos(); // quando o servidor ligar vai chamar a stock que vai fazer a funзгo que estiver dentro dela funcionar
    
return 1

Final da GM
PHP код:
stock LigarVeiculos()
{
    
//Aqui vocк coloca a funзгo que liga todos os carros
    
return 1;

@Edit
se ajudei fala
ERRO:

pawn Код:
warning 202: number of arguments does not match definition

LINHA:     
LigarCarro();
Reply
#4

@Ignore.
Reply
#5

Kkkkkkk tragam um Уscar pra esses caras, duas pйrolas seguidas
Reply
#6

Quote:
Originally Posted by SkyneTSAMP
Посмотреть сообщение
LigarVeiculos();
MINHA STOCK EH LigarCarro e nгo LigarVeiculos.
Reply
#7

@TOPICO FECHADO


OBS: PROBLEMA SOLUCIONADO!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)