Jump to content

MisterQuestions

Members
  • Posts

    460
  • Joined

  • Last visited

Everything posted by MisterQuestions

  1. You have to use server side to Sync some stuff
  2. Just wondering how will you check if its an specific arena that way
  3. Have you tried already doing it server side?
  4. We cant really help anymore if you dont show current code of spectating system, also may be issue regarding how do you spawnPlayers, i do have worked with various multigamemodes and never had an issue like this regarding to spectator
  5. "arenaTag" is always the same? Is it a bool?
  6. If you are talking about UI you can use guiGetScreenSize() then multiply by a relative value on height so you get same proportion
  7. Maybe dimensions desyc make sure player & vehicle are on same dimension (if using hidden check that current camera target is on your dimension)
  8. On server side you can call removeElementData, how ever having lot of element data isnt performance helful.
  9. Use root element as parent or resourceRoot or getResourceDynamicElementRoot(resource), see what one meets your needs
  10. Por qué no lo haces desde el MTA con dbQuery?
  11. si pones el x,y y x,y no veras nada, y multiplicar por cero es absurdo, solo manten el rectangulo así: local x,y = guiGetScreenSize() addEventHandler("onClientRender",root, function() dxDrawRectangle(0,0,x,y,tocolor(0,0,0,100)) end )
  12. Tal vez quieran usar esto (Client-side): setCameraClip(true)
  13. Just added another option for him.
  14. You can simply access it like variables. player.account, if player.account.guest then return, player.account:setData(...)
  15. Can someone please move this to its correct language section?
  16. Just as a simple solution, having a circle image and drawing sections for corners its better, simple and has a better performance than using maths everyframe.
  17. Simple, retrigger to everyone and thats it.
  18. Why you don't just create an auto_index in your database?
  19. We are here to help you, you should learn lua first before trying to modify something from your gamemode.
  20. Maybe for the same reason, since your network its unstable then some files downloaded get corrupted so MTA tries to download them again.
  21. No, you should destroy shader if you want to.
  22. Seems like you don't even understand what i said.
×
×
  • Create New...