Anthrax Posted May 30, 2014 Share Posted May 30, 2014 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
Tomas Posted May 30, 2014 Share Posted May 30, 2014 Y que querrías hacer con el script 2? Que cuando salga del auto se desaparezca? Link to comment
Anthrax Posted May 30, 2014 Author Share Posted May 30, 2014 Y que querrías hacer con el script 2? Que cuando salga del auto se desaparezca? si que desaparesca cuando no halla nadie en el auto, da un error alli Link to comment
UserToDelete Posted May 30, 2014 Share Posted May 30, 2014 [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
Anthrax Posted May 31, 2014 Author Share Posted May 31, 2014 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
Recommended Posts