Jump to content

L4X

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by L4X

  1. Opa mano, tudo bom? eu tentei de várias maneiras diferente, mas nenhuma consegui. eu não sei muito bem fazer queria como exemplo que vou mandar Config.lua Marker_L4={x, y, z} < onde fica posição server.lua local Marker = createMarker(Marker_L4, "cylinder", 1.5, 255, 255, 255, 99) function Arma(player) if getPlayerMoney(player) >= 1200 then takePlayerMoney(player, 1200) end end addEventHandler("onMarkerHit) Server.lua fiz um exemplo como eu imagino que seja, caso esteja errado queria saber como que faz.
  2. Well, I'm a beginner scripter of lua mta programming. I looked in a script and saw that it had 2 files. "s.lua" and "config.lua" I realized that config.lua had "marker = position", I wanted to know how to do this in s.lua. Brasileiro: Bom, sou scripter iniciante da programação lua mta. Olhei em um script e vi que tinha 2 arquivos. "s.lua" e "config.lua" persebi que config.lua tinha "marker = posição", Queria saber como faz isso no s.lua.
×
×
  • Create New...