[AJUDA}
#5

Se quiser colocar o cara jб dentro do veнculo faz assim:

pawn Код:
new _pickup;
new veiculo[MAX_PLAYERS];

public OnGameModeInit()
{
    _pickup = CreatePickup(1242,2, 0.0, 0.0, 0.0, -1);
    return true;
}

public OnPlayerPickUpPickup(playerid,pickupid)
{
    if(pickupid == _pickup)
    {
        SendClientMessage(playerid,-1,"Vocк ganhou um carro por passar por cima da pickup");
        veiculo[playerid] = CreateVehicle(520, 0.0, 0.0, 0.0, 0.0, 0, 1, 60);
        PutPlayerInVehicle(playerid,veiculo[playerid],0);
    }
    return true;
}
Reply


Messages In This Thread
[AJUDA} - by You_Tube - 02.08.2011, 23:26
Re: [AJUDA} - by crush_ - 02.08.2011, 23:36
Re: [AJUDA} - by RockFire - 02.08.2011, 23:37
Re: [AJUDA} - by You_Tube - 03.08.2011, 00:01
Re: [AJUDA} - by Devastador - 03.08.2011, 00:06
Re: [AJUDA} - by You_Tube - 03.08.2011, 00:28
Re: [AJUDA} - by Joao_VS - 03.08.2011, 00:36
Re: [AJUDA} - by MiTToS - 03.08.2011, 00:39
Re: [AJUDA} - by You_Tube - 03.08.2011, 00:41
Re: [AJUDA} - by Victor Cesaroni - 03.08.2011, 02:58

Forum Jump:


Users browsing this thread: 3 Guest(s)