Jump to content

Renkon

Members
  • Posts

    876
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Renkon

  1. We do not know..
  2. Renkon

    Jail for time

    #1. Shouldn't you use elementData and then save everything by querying when player disconnects or something?. Everything would be muuuch more easier in that way. And then saving if he disconnects, into the databas.
  3. Lo editaste de forma horrible Dejalo como antes por favor y pone addEvent("onHunterEvent", true) addEventHandler("onHunterEvent", root, function() dxDrawText(""..getPlayerName(player).." #333333T#ffffffomo el Hunter!",0,sy/3,sx,sy,tocolor(r,g,b,alfa*255),(2.5*sx/1920)*alfa*1.8,font,"center","center",false, false, true, true, true) end )
  4. You are welcome. Noticed you have to lose two hours to realize that just one argument is wrong and you think everybody is. Always happen to me
  5. It's a good job anyways.
  6. Tenes que usar triggerClientEvent con el player que tomo el hunter con el evento de cuando cojes el pickup
  7. Cause on first triggerClientEvent argument you are writing source. Write root instead
  8. aparecer aparecera pero no se movera porqe son las mismas coordenadas
  9. This is so good. I will bump it so people can read this.
  10. For i = 16771 to 16773 do i = i + 16775 You are doing it wrong there
  11. Haces algo cuando se cambia?
  12. Code is a mess, gonna be honest.... You could try making codes more organized.
  13. Size is too goddamn small
  14. Triple hell no, recuerda que las PCs de ahora pueden ser widescreen o no widescreen o cuadradas o etc, y puede variar esto
  15. Hell no. local w, h = guiGetScreenSize() local x, y = 200, 500 -- pixels de la imagen guiCreateStaticImage(w/2 - x/2, h/2 - y/2, x, y, "imagen", false)
  16. dxCreateFont falla a veces... Trata haciendolos como guiLabels y guiCreateFont
  17. As an scriptor let me make you understand that It would be better to do all this server-side. Secondly you are using (as TAPL said and you didn't understand due to your scriptor level) hitPlayer as argument when using hitElement..
  18. yw
  19. WARNING: uip_login\client.lua:292: Bad argument @ 'removeEventHandler' [Expected element at argument 2]
  20. Well then if you at least would say thank you I would try to help, but evenmore, you aren't even showing full code so expect no help
  21. And what do you want me to do, that's not what I've done
  22. Renkon

    question,

    You can use setElementData
  23. It should... Check meta, or debugscript, but it must work
  24. Renkon

    Help?

    It should work fine, in that case Source's defined, unless you have made a typo.
  25. I was trying to find out about that, but they won't probably explain you because it would be like stealing their ideas.
×
×
  • Create New...