/llave1
#5

Код:
if (strcmp("/llave1", cmdtext, true, 10) == 0)
    {
    for(new h = 0; h < sizeof(Coche); h++) 
    {
        if(Informacion[playerid][LlaveCoche1] != 0 && Informacion[playerid][LlaveCoche1] == h)
        {
            new Float:x,Float:y,Float:z;
            GetVehiclePos(h, Float:x, Float:y, Float:z);
            if(IsPlayerInRangeOfPoint(playerid, 7.0, x, y, z))
            {
                if(Coche[h][Cerradura] == 0)
				{
				Coche[h][Cerradura] = 1;
				SetVehicleParamsCarDoors(h,0,0,0,0);
				}
                else if(Coche[h][Cerradura] == 1)
                {
				Coche[h][Cerradura] = 0;
                SetVehicleParamsCarDoors(h,1,1,1,1);
				}
            }
        }
    }
    return 1;
    }
Ahora tengo asн el comando pero me da este error:

error 017: undefined symbol "SetVehicleParamsCarDoors"
Reply


Messages In This Thread
/llave1 - by ivibeserro - 11.03.2016, 21:14
Respuesta: /llave1 - by DragonZafiro - 11.03.2016, 22:24
Re: /llave1 - by ivibeserro - 14.03.2016, 20:45
Respuesta: Re: /llave1 - by DragonZafiro - 15.03.2016, 00:43
Re: /llave1 - by ivibeserro - 15.03.2016, 22:20

Forum Jump:


Users browsing this thread: 1 Guest(s)