Jump to content

Bugs :(


Anthrax

Recommended Posts

Hola de nuevo, tengo otro problema con este script de 50p que no se esta añadiendo correctamente los teams

aqui lo pueden ver:

http://i59.tinypic.com/2hefz92.jpg

no subo el recurso por que no tengo ni la menor idea que lua estará fallando (no hay errores)

descargue esta version del spawn:

https://community.multitheftauto.com/in ... ls&id=6429

Tambien tengo problema con este recurso, ase semanas me tira un monton de este error:

[2014-05-29 20:57:28] WARNING: idle_cars/idlecar.lua:9: Bad argument @ 'destroyElement' [Expected element at argument 1]

este es el recurso:

function destroyVehicle(vehicle) 
    local check=false 
    for i,player in ipairs(getElementsByType("player")) do 
        if getPlayerOccupiedVehicle(player)==vehicle then 
            check=true 
        end 
    end 
    if check==false then 
        destroyElement(vehicle) 
    end 
end 
  
function exitVehicle(vehicle) 
    setTimer(destroyVehicle,30000,1,vehicle) 
end 
addEventHandler("onPlayerVehicleExit",getRootElement(),exitVehicle) 

Ayudenme por favor D:

Saludos :)

Link to comment

[2014-05-29 20:57:28] WARNING: idle_cars/idlecar.lua:9: Bad argument @ 'destroyElement' [Expected element at argument 1]

function destroyVehicle(vehicle) 
    local check=false 
    for i,player in ipairs(getElementsByType("player")) do 
        if getPlayerOccupiedVehicle(player)==vehicle then 
            check=true 
        end 
    end 
    if check==false then 
        destroyElement(vehicle) 
    end 
end 
  
function exitVehicle(vehicle) 
    setTimer(destroyVehicle,30000,1,vehicle) 
end 
addEventHandler("onPlayerVehicleExit",getRootElement(),exitVehicle) 

    if check==false then 
        destroyElement(vehicle) 
    end 

Seguro que está bien definido "vehicle"?

Link to comment
    if check==false then 
        destroyElement(vehicle) 
    end 

Seguro que está bien definido "vehicle"?

Si esta bien e incluso lo puse con timer, pero ya no importa, ya lo combine con el freeroam y ya no me da error

El que me esta dando problema es el spawn de 50p.

E visto que los equipos solo se ven cuando entras (haciendo spawn en el script), la posible solución es que los equipos se vean siempre, algún indicio en donde puede ser para poder editarlo???

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...