Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 28/12/22 in all areas

  1. JUEGO DE ROL l LIBERACIÓN DE GM NEVADA (Sacada de liberación) Buenas noches, comunidad de MTA . El día de hoy me gustaría realizar la liberación de una GM que costo bastante trabajo, pero nos robaron la GM y la estan queriendo usar para otro proyecto llamado Genesis Roleplay ( 46C51.AG#2210 o 46C51#6644 ), entonces llegamos a la conclusión de que deberíamos liberar la GM, fue dura de tomar la decisión pero pensamos que es lo mejor. VIDEO DEL SERVIDOR (Sacada de liberación) Disfruten la GM, Suerte.
    1 point
  2. hello welcome to the forum i checked your code and made some changes, you didn't edit the timer to source,you can test. function reviveFunction() if (getElementData(testped, "playerDown") == true) then local thePlayerElem = getElementType(source) if(thePlayerElem == "player") then setPedAnimation(source, "bomber", "bom_plant_loop", -1, true, false, true, false, 150) setTimer(function(source) setPedAnimation(testped) setElementHealth(testped, 50) setPedAnimation(source) end, 10000, 1, source) -- pass source to timer end end end addEvent("startRevive",true) addEventHandler("startRevive", getRootElement(), reviveFunction) have a nice day.
    1 point
  3. Give the watch a material in Blender that has 0 opacity / alpha and it won't show ingame. Alternatively you could just delete it
    1 point
×
×
  • Create New...