Jump to content

Simple0x47

Members
  • Posts

    1,518
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Simple0x47

  1. Asegurate de que el valor que tienen en el elementData 'Online' es el deseado. Ya que se puede deber a que dicha key almacene un valor núlo.
  2. Well, creating a mobile APP in order to handle business stuff it's a solution.
  3. Good luck with it, but let me tell you something. The player amount you desire is pretty difficult to get with these ideas, mainly because everyone looks for 0-effort fun or a donation system that allows you to buy things easily. But I'm sure as the time passes this server is going to be successful ( if it opens ).
  4. Intenta el código, no es un error de planteamiento. Si no uno de argumentos.
  5. Eso te digo que no funcionaría, y por una razón muy sencilla.
  6. Donde quieras, con que este en el resource situado en el server-side, debería ir bien.
  7. Lo que pasa es que el evento de 'OnResourceStop' no esta controlado. Algo por el estilo debería valerte. local function turn_off() local players = getElementsByType( 'player' ) for player_id = 1, #players do local player = players[ player_id ] local player_account = getPlayerAccount( player ) if ( ( player_account ) and not ( isGuestAccount( player_account ) ) ) then local time_data = getElementData( player, 'Online' ) local online_keys = { { 'hour', 'Online-hour' }, { 'min', 'Online-min' }, { 'sec', 'Online-sec' }, 'Online' } for i = 1, #online_keys do if ( i == #online_keys ) then setAccountData( player_account, online_keys[ i ], time_data ) else setAccountData( player_account, online_keys[ i ][ 2 ], time_data[ i ][ 1 ] or 0 ) end end end end end addEventHandler( "onResourceStop", resourceRoot, turn_off )
  8. Make your own features on MTA, and if they are useful they'll be added.
  9. Simple0x47

    Tablas

    local i = i - 1 if i < 5 then ¿Para que requieres el empleo de la variable 'i'? ( Necesito esta respuesta para ofrecerte una adaptación correcta y funcional del código ).
  10. Simple0x47

    Tablas

    Explicate mejor.
  11. I like it, and I'm going to develop some stuff in there. Even if FiveM actually is better.
  12. Yeah but 200$ = Hours of work scripting it.
  13. When you realize that firing near the head finishes up into a headshot, even if you've shooted to the road. ( 0:04 )
  14. Version v0.03 is not good enough so v0.04 has been started!
  15. Man you cannot decide like if you were the developer. So it's just their decision. If you want to see this kind of gameplay then go ahead and make your own stuff.
  16. They are the one's that developed it, not you. So you can't say what's a good/bad idea for them.
  17. Why they should do that? Spend that much time just to give another guy to profit from their work? They should do whatever they want to do.
  18. You contact me in order to buy, the payment is made by paypal. The price depends on the stuff you want, and you will have support after the purchase.
  19. Engleza de cacat si hosting de cacat.
  20. New version v0.03, get's closer and closer.
  21. Fijate bien que en esta sección solo se habla en inglés, por lo tanto podrías haber llevado a cabo una búsqueda mínima de la sección española que no es nada difícil de encontrar. Por lo tanto te ruego postear en la sección correcta la próxima vez.
  22. Simple0x47

    Mysql

    Toata comunitatea romana de RP se bazeaza pe vreun gamemode leaked. Ii adevarat ca multi vor totul facut dar alti au nevoie de ghidari ca sa inceapa, eu de exemplu la inceput am avut nevoie de ceva ajutor cu mySQL in Paradise la inceput. Asa ca hai sa ajutam unde vedem ca persoana are interes in a invata. Badea baga debugscript 3 in consola ( F8 ) si dai drumu resursa 'mysql' si o sa vezi ca conexiunea nu se face din cauza la o configurar incorecta. Asa ca uitate bine la datele care bagi si fi sigur ca ai adaugat modula mta_mysql ( .so linux, .dll windows ) in folder de modules si in mtaserver.conf. Si incaz ca faci conexiunea localhost trebe sa adaugi si socketul unix daca esti pe linux. Socketul unix ii normal sa fie asta '/var/run/mysqld/mysqld.sock'. Pentru al adauga la conexiune creezi o variabila si o adaugi in mysql_connect dupa ultimul parametru adaugat care cel mai sigur o sa fie port.
  23. Your application has checked and you doun't have the skills we are looking for. Maybe next time, don't give up!
×
×
  • Create New...