Me anda mal el comando
#1

Hola, en mi GM tengo este comando pero es que cuando lo uso, el vehнculo no estaciona.

pawn Код:
if (strcmp(cmd, "/estacionar", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
            {
                new coche = GetPlayerVehicleID(playerid);
                if(EsUnAutoEnVenta(coche))
                {
                    if(JugadorInfo[playerid][jLlave] == coche)
                    {
                        new Float:x,Float:y,Float:z;
                        new Float:a;
                        GetVehiclePos(coche, x, y, z);
                        GetVehicleZAngle(coche, a);
                        AutoInfo[coche][aLocationx] = x;
                        AutoInfo[coche][aLocationy] = y;
                        AutoInfo[coche][aLocationz] = z;
                        AutoInfo[coche][aAngle] = a;
                        GameTextForPlayer(playerid, "Estacionaste tu auto aqui, este respawneara aqui!.", 10000, 3);
                        GuardarFiles();
                    }
                    else
                    {
                        SendClientMessage(playerid, ROJO_OSCURO, " Este auto no es tuyo!");
                        return 1;
                    }
                }
            }
        }
        return 1;
    }
La cosa es, uso el comando y dice que estaciono, pero lo respawneo y no aparece en donde lo estacione, aparece en el lugar estandar donde estaba a la venta.
Reply


Messages In This Thread
Me anda mal el comando - by xTexTx - 10.07.2014, 05:57
Respuesta: Me anda mal el comando - by aoEXE - 10.07.2014, 06:32
Respuesta: Me anda mal el comando - by Zume - 10.07.2014, 06:38
Respuesta: Me anda mal el comando - by xTexTx - 10.07.2014, 23:17
Respuesta: Me anda mal el comando - by Adoniiz - 10.07.2014, 23:50
Respuesta: Me anda mal el comando - by xTexTx - 11.07.2014, 01:18
Respuesta: Me anda mal el comando - by Adoniiz - 11.07.2014, 03:24
Respuesta: Me anda mal el comando - by xTexTx - 12.07.2014, 16:37
Respuesta: Me anda mal el comando - by aoEXE - 12.07.2014, 21:47

Forum Jump:


Users browsing this thread: 3 Guest(s)