Jump to content

NodZen

Members
  • Posts

    754
  • Joined

  • Last visited

About NodZen

  • Birthday 09/03/1996

Details

  • Gang
    Stalker Zombie SV
  • Location
    Misiones - Argentina
  • Occupation
    student
  • Interests
    programming.

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

NodZen's Achievements

Homie

Homie (32/54)

0

Reputation

  1. Si sabes C++, Lua es un jueguito.
  2. Gracias , y eso ... donde lo pongo? En un archivo .zip con su respectivo meta.xml y tipo server side.
  3. function BOT () pedUNO = exports [ "slothbot" ]: spawnBot(1266.30005,-775.29999,96,22,7,0,0,nil,0,"hunting",true) end addEventHandler("onResourceStart", resourceRoot,BOT)
  4. Y con el evento 'onMakerHit'?.
  5. NodZen

    Got Nil.

    Thank you. Works
  6. NodZen

    Got Nil.

    Hi guys, i've this problem: Bad argument @ 'addEventHandler' [Expected element at argument 2, got nil] Code here: function Tog (thePlayer,matchingDimension) Are = createColRectangle ( 342.54418945313, -2093.8819476563, 65, 70 ) Radar = createRadarArea ( 342.54418945313, -2093.8819476563, 65, 500, 255, 200, 0, 150 ) if (getElementType(thePlayer) == "player") then toggleControl(thePlayer,"fire",false) toggleControl(thePlayer,"next_weapon ",false) toggleControl(thePlayer,"previous_weapon ",false) toggleControl(thePlayer,"sprint",false) end end addEventHandler ( "onColShapeHit", Are, Tog)
  7. Hola tengo una duda. Yo tengo varios mapas echos, y quisiera saber como puedo hacer para que se active cualquier mapa? por ejemplo: local mapas = { "playa.map", "playaLS.map" } startMap(mapas[math.random(#maps)])
  8. Algun ejemplo de lo que quieres puede ser?
  9. Sacá el 50 y probale 10 o menos.
  10. Es el elemento a que queres darle velocidad
  11. NodZen

    Problema...

    Gracias man, me olvide completamente de eso...
×
×
  • Create New...