Jump to content

Renkon

Members
  • Posts

    876
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Renkon

  1. Renkon

    SQLServer

    But in that case it shows mysql and sqlite...
  2. Renkon

    SQLServer

    Is it possible to connect to a SQLServer database? If yes, how?
  3. El source de oNClientResourceStart es el recurso que se inició
  4. md5 has 32 variables ^^ cant be As far as I remember, it had 32... did it change?
  5. Passwords are stored as MD5 hashes
  6. Using DELETE FROM table removes all
  7. it's not DELETE * FROM table its DELETE FROM table
  8. Primero, podés ponerlo en el subforo español/scripting???? Ya es el segundo que ponés aqui... Y segundo, ahi el server parece estar bien, el cliente llama a showGUI y muestra? Usa debugscript para ver si no hay errores
  9. El problema es que uso el gans Systrem, pero el que trae el GM de DayZ que es el mismo de Castillo pero modificado me parece, normalmente uso getElementData y funciona te dije la solucion y no la pusiste..
  10. The guy above me is not only quite concerned but also a citizen
  11. lineas 12 y 13 setTimer ( function() setPedAnimation ( source, "BAR", "dnk_stndM_loop", -1, true, false, false ) end, 1000, 1 ) por setTimer ( function(source) setPedAnimation ( source, "BAR", "dnk_stndM_loop", -1, true, false, false ) end, 1000, 1, source )
  12. source no está definido.
  13. http://www.innovasolucion.com/index.php ... ucion.html Prueba
  14. perdon, exports.gang_system:getAccountGang
  15. getAccountGang - Arguments: accountName. Returns: The gang name, 'None' otherwise. createTeam(getAccountGang(getAccountName(getPlayerAccount(playerPointer))))
  16. Probablemente porque el elementdata de gang esté indefinido...
  17. Se nota que no sabes casi nada de informática... No existe un ANTI-DDOS...
  18. In guiSetText, you can use instead of getPlayerName(), getPlayerName():gsub...
  19. Renkon esa palabra ***** no sera por ***** blanco? si, es por *****blanco
  20. No nombres la palabra Tigre/Tigrillo por favor, está baneada aquí!
  21. Hello. I am having a really weird problem here. I'm trying to make a server GUI (that's a server with user interface so as to make server management easier than with a console app), and I'm trying to start the process. Up to there, I can start it in JAVA. Problem comes when I try to pass what is printed in the console to my app with getInputStream method from Process class (still java). It's like when I try using BufferedReader next or nextLine() methods, thread gets stuck (fuck knows whats wrong there!!). No need to say nothing is 'passed'. Any developer can help me with this? I just have tried and didn't succeed in fixing that!. Two days already trying to do it but still no clue how to. Even asked @ stack but nothing... Thanks in advance p.s: i'm using eclipse IDE for java 7
  22. Eso de anti-DDoS no existe.. Te invito a buscar bien lo que significa DDoS... los DDoS son inevitables.
  23. Debes usar: setTimer addCommandHandler Estás en la sección equivocada. Debes ir a Spanish/Scripting.
×
×
  • Create New...