Jump to content

Anyelberth

Members
  • Posts

    120
  • Joined

  • Last visited

Everything posted by Anyelberth

  1. Hola Chicos... Quisiera Saver Como Reiniciar o Aser Que Los Users Comiencen De $ 0 En Bank_System
  2. Anyelberth

    Aciento

    Hola Chicos.... Quisiera Saver Como Aser Para Cuando Me Quiera Sentar En Una Silla Espesifica, Diera Enter Como Si Entraras a Un Auto. Me Explico.... Quisiera Saver Como Aser Para Que Cuando Me Siente En Una Silla Espesifica, Se Siente. Pense que era posible Porque La Avia Visto En el recurso "Megabase"
  3. Cuando Copio y Pego, No Me Sale Ese Texto
  4. No Me Funciona... Me Sale En Debugscript 3 Lo Siguiente protector.lua:4: '=' expected near 'las'
  5. No Me Funciona... Me Sale En Debugscript 3 Lo Siguiente protector.lua:4: '=' expected near 'las'
  6. Hola Chicos.... Quisiera Saver Como Acer Para Que Un Ped o un slothbot, Proteja Una Entrada. Que Tenga Una Arma Para Defender La Entrada. Excepto Los Miembros De Un Clan.. Me Explico: Que Le Dispare a Los Que No Son De El Clan Ejemplo: RRD Que No Los Persigua.. Que Se Quede Ally En La Puerta... Se Los Tendre Agradecido
  7. Lool... se mueve en la parte que yo no quiero... Como Puedo Aser Para Que Se Mueva En Los Dos Lados De El Objeto? theObject = createObject ( 2990, 2473.899, 41.7998, 29.200000, 0, 0, 269.98901) x,y,z = getElementPosition (theObject) Puerta = createColRectangle ( x,y, 20, 20) function funcion(source) local FOLT = getTeamFromName ( "FOLT" ) local Team = getPlayerTeam ( source ) if (Team) == FOLT then moveObject ( theObject, 10000 , 2474, 41.9000015, 21.39999961853 ) end end addEventHandler ( "onColShapeHit", Puerta, funcion ) function funcion2(source) local FOLT = getTeamFromName ( "FOLT" ) local Team = getPlayerTeam ( source ) if (Team) == FOLT then moveObject ( theObject, 10000 , 2473.899, 41.7998, 29.200000 ) else outputChatBox( "No Tienes Permiso", source, 0, 225, 0 ) end end addEventHandler ( "onColShapeLeave", Puerta, funcion2 )
  8. Nop... No Me Sale Problema Alguno... Nada....
  9. Por Mas Que Trato De Buscar El Error Que Causa Que El Objeto No Baje, No Encuentro Error Alguno... Simplemente No Me Baja....
  10. Hola Chicos... Quisiera Saver Que Tengo De Malo Aca? theObject = createObject ( 2990, 2473.899, 41.7998, 29.200000, 0, 0, 269.98901) x,y,z = getElementPosition (theObject) Puerta = createColRectangle ( x,y, 10, 10) function funcion() moveObject ( theObject, 10000 , 2474, 41.9000015, 21.39999961853 ) end addEventHandler ( "onColShapeHit", Puerta, funcion ) o aca <meta> <info author="[FOLT][L]-|For-Speed|-" version="1.0.0" name ="puerta" description="Puerta" type="misc" /> <script src="server.lua" type="server" /> </meta>
  11. Pero Tambien Quiero Llegar a El Objetivo De Que El Start No Sea Manual... Sea Por un Tiempo Espesificado.. Ejemplo: dentro de 3 o 2 o 1 Horas se activa o Desactiva El Resoucer Nemesis...
  12. Hola Chicoss... Necesito Una MiniMiniMini Ayudita... Quiero ver si Se Puede Aser un sistema que active un recurso y al aserlo desactive otro, y como se podria aser....
  13. Hello Friends... My Problem is that I want that My script, open only with administrators. function Comandos() Comandos = guiCreateWindow(278,206,255,70,"Comandos Level 1",false) Comando = guiCreateLabel(11,23,188,18,"1-) /mute \"Nombre Del Jugador\"",false,Comandos) Cerrar = guiCreateButton(203,43,43,16,"Cerrar",false,Comandos) Comando = guiCreateLabel(11,41,196,16,"2-) /unmute \"Nombre Del Jugador\"",false,Comandos) showCursor ( true ) addEventHandler ( "onClientGUIClick", Cerrar, Exit, false ) end addCommandHandler ( "MisComandos", Comandos ) function Exit() guiSetVisible (Comandos, not guiGetVisible ( Comandos ) ) showCursor ( false ) end Thank.. And Sorry For My bad English.
×
×
  • Create New...