[Ajuda] Problema com CreateVehicle
#8

pawn Код:
public OnPlayerSelectedMenuRow(playerid, row)
{
    new Menu:carros;
    carros = GetPlayerMenu(playerid);
    new Float: pX, Float: pY, Float: pZ;
    GetPlayerPos(playerid, pX, pY, pZ);
    if(carros == menucar)
    {
        switch(row)
        {
            case 0: // NRG - 500
            {
                mcarcriado[playerid] = CreateVehicle(522, pX, pY, pZ, 10, 1, 1,(50000*5));
                LinkVehicleToInterior(mcarcriado[playerid], GetPlayerInterior(playerid));
...
Vocк pode aumentar o delay de respawn ou pode jogar o veнculo pra pe que pe onde ninguйm o acharб quando for spawnado.
O destroyVehicle deveria ter funcionado, tenta usar ele no oldstate.

pawn Код:
public OnPlayerStateDriver(playerid, newstate, oldstate)
{
    if(oldstate == PLAYER_STATE_DRIVER) DestroyVehicle(mcarcriado[playerid]);
Reply


Messages In This Thread
[Ajuda] Problema com CreateVehicle - by cotonete - 11.10.2011, 01:53
Re: [Ajuda] Problema com CreateVehicle - by Dolby - 11.10.2011, 01:54
Re: [Ajuda] Problema com CreateVehicle - by cotonete - 11.10.2011, 01:56
Re: [Ajuda] Problema com CreateVehicle - by Dolby - 11.10.2011, 02:03
Re: [Ajuda] Problema com CreateVehicle - by cotonete - 11.10.2011, 02:06
Re: [Ajuda] Problema com CreateVehicle - by WLSF - 11.10.2011, 02:20
Re: [Ajuda] Problema com CreateVehicle - by cotonete - 11.10.2011, 12:21
Re: [Ajuda] Problema com CreateVehicle - by Josma_cmd - 11.10.2011, 12:29
Re: [Ajuda] Problema com CreateVehicle - by cotonete - 11.10.2011, 12:34

Forum Jump:


Users browsing this thread: 3 Guest(s)