Jump to content

eduher

Members
  • Posts

    11
  • Joined

  • Last visited

Details

  • Gang
    Sick

eduher's Achievements

Square

Square (6/54)

0

Reputation

  1. eduher

    Bug reload

    Hello, I require a resource that when reloading with weapons keep shooting someone recommends me some
  2. eduher

    Teleport Help

    function qm ( ) local money = getPlayerMoney ( source ) local name = getPlayerName ( source ) if name == "Snoop" then setElementPosition( source, 2296.4775390625, 2405.41015625, 10.8203125 ) else if ( money >= 1000 ) then takePlayerMoney ( source, 1000 ) ir = setTimer ( setElementPosition, 5000, 1, source, 2296.477539062, 2405.41015625, 10.8203125) else exports.sidechat:outputSideChat ( "#00FF00[Telefonos]#ffffff No tienes suficiente dinero", source, 255,255,255, true ) end end end addEvent( "gaby1", true ) addEventHandler( "gaby1", getRootElement(), qm ) Lo solucione asi
  3. eduher

    Teleport Help

    5 Seconds want to delay to go to the position sends But me error function qm ( ) local money = getPlayerMoney ( source ) local name = getPlayerName ( source ) if name == "Snoop" then setElementPosition( source, 2296.4775390625, 2405.41015625, 10.8203125 ) else if ( money >= 1000 ) then takePlayerMoney ( source, 1000 ) setTimer ( function() setElementPosition ( source, 2296.477539062, 2405.41015625, 10.8203125) end, 5000, 1 ) else exports.sidechat:outputSideChat ( "#00FF00[Telefonos]#ffffff No tienes suficiente dinero", source, 255,255,255, true ) end end end addEvent( "gaby1", true ) addEventHandler( "gaby1", getRootElement(), qm )
  4. eduher

    Fugitive

    I want you to choose ( rndVic ) will raise money for 10 minutes of that code
  5. eduher

    Message ACL

    hello who could help me with a simple script I want you to open your account with a player and pertece to a specific group by Admin Example ACL a message appears when you open your account
  6. eduher

    time random

    Hello who can help me I want to make a script to select a random player and money for 5 minutes increase from 50 cents to 50 cents functions I use a script or community that seems
  7. eduher

    Fugitive

    who can help me modify a bit this script I want you to drop the lottery that will appear something that identifies you on the map Kollektives blip can be a caravel and that when you drop you automatically increase your money not expect to survive 10 minutes to give you the money but that fence up the money while you have the lottery
  8. eduher

    Commands

    Hello who can tell me what I can function How to use DOS command to run into one of EXAMPLE : I have two commands A command ( run a function) B command (executes another function ) But I want a C- command run the A and B Command could help someone
  9. Agrego esa funciones en el Server.Lua pero no funciona alguien le sirvio ?
×
×
  • Create New...