IGNACIO Posted May 30, 2020 Share Posted May 30, 2020 Soy Nuevo, en lo que es Script Quisiera saber como crear uno que me quite los vehiculos explotados? Link to comment
Moderators Patrick Posted May 30, 2020 Moderators Share Posted May 30, 2020 Wrong language, moved to Spanish section. Link to comment
AaroN⍩ Posted May 31, 2020 Share Posted May 31, 2020 Utiliza esto : function onVehicleExplode () setTimer(destroyElement, 5000, 1, source) --Elimina cualquier vehiculo explotado en 5 segundos. end addEventHandler ( "onVehicleExplode", getRootElement(), onVehicleExplode ) Link to comment
IGNACIO Posted May 31, 2020 Author Share Posted May 31, 2020 Aarón Consulta debí hacer un archivo Lua o meta? Link to comment
MrKAREEM Posted May 31, 2020 Share Posted May 31, 2020 Lua para clint y servidor y meta Identifica archivos para usar en el servidor Link to comment
AaroN⍩ Posted May 31, 2020 Share Posted May 31, 2020 Debes crear un archivo server.Lua y logicamente el meta. Link to comment
IGNACIO Posted June 1, 2020 Author Share Posted June 1, 2020 Me podrían ayudar? Aún no entiendo muy bien mi correo es [email protected] Link to comment
AaroN⍩ Posted June 1, 2020 Share Posted June 1, 2020 Descarga este script, esta en la comunidad Link : Community Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now