Jump to content

RekZ

Members
  • Posts

    329
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by RekZ

  1. RekZ

    Scale shaders

    I would like to know if there is a way to scale the world shaders within the game, without the need to create different versions for different resolutions. For example, I have the shader images at a resolution of 512x512, and I would like to reduce the resolution IN-GAME to 128x128. I know that the 'DxCreateTexture' function creates mipmaps for textures, but I'm not sure if that could be used to benefit my case.
  2. RekZ

    resources limit

    I have a server with 7700 resources, I hope it helps you as an answer
  3. the Russians and Brazilians go to the server and kick out the players with that message and I don't have any triggerServerEvent where the player is kicked out... I don't understand how it could be a security flaw in my server that allows a player to come in and kick everyone out just like that. If it's a security issue, it should be with the administration panel, not my server. The problem is that when someone comes to seek help on the forum, all they find is people judging their comments and others downplaying the situation, nothing new.
  4. I'm sorry, but this problem is not the server owner's or their staff's responsibility. These are issues that cannot be combated in any way. I have literally banned the same person three times because they join the server with fake serials. There are Russians who join and kick everyone on the server just because they can. There are Brazilians who fly across the map, going through all kinds of obstacles. They teleport to players and kill them with aimbot and wallhack. I don't believe all of this is my server's problem because I don't have any aimbot or wallhack systems in place. It's a headache to combat an entire community of people who dedicate themselves to ruining other people's game just because they are bored at home
  5. RekZ

    MTA TOP LIST

    Hi Melvin, thank you for your response. However, I think you should carefully read the post before randomly responding as if you were an NPC jajajaja. I'm referring to the payment system that ranks the server in the top 20 of the server search engine.
  6. RekZ

    MTA TOP LIST

    Is that server search tool still in use? I've been on the waiting list for almost a year (the last time I used it was in September 2022), and it still says I have over 100 servers ahead of mine. I don't know if I'm correct or not, but does so many people use that tool that it has a waiting list longer than an organ transplant? jajaja
  7. RekZ

    Weapon Zoom

    The M4 FOV is 50, with this function adjust the fov to 50 when the player aim, I can manually adjust the fov to 50 so that it loads faster than the GTA Default FOV, it's a bad implementation but for what I'm looking for it works for me xd
  8. RekZ

    Weapon Zoom

    i found something that i think i can use jajaja, thanks for help anyway setCameraFieldOfView
  9. RekZ

    Weapon Zoom

    Sorry @Spakye I didn't explain myself well, i want to edit the zoom of weapon like the M4 or MP5, the handgun and the MP5 have a small zoom comparate to the M4 or the AK.
  10. RekZ

    Weapon Zoom

    Hello, i'm looking for some way to fast the weapon zoom when i'm aiming. Maybe i can edit the flags using ? setWeaponProperty
  11. Uuuh that really hurt me i think i will stop my project and wait for that function, i really dont want to change 70 or more IDs Thanks for your time.
  12. Thanks for your respond, for what i can see, the models that give me the problem have this code 2097348 (i will let the info here i dont want to forget it ) MTA have some way to edit the flags for a object ? 2097152 - DISABLE_BACKFACE_CULLING 128 - DONT_RECEIVE_SHADOWS 64 - NO_ZBUFFER_WRITE 4 - DRAW_LAST
  13. I am trying to replace the models of the light wires (Photo ID 13451) that are found on the map to give them a utility and in some of those models I find the problem that the texture is inverted i try to use setElementDoubleSided, engineSetModelVisibleTime, setObjectProperty and others function but nothing work, i really dont known what special property or configuration have these model to invert the texture >:C
  14. RekZ

    CD47 Ban

    Thats why is better to have a logitech or msi mouse and use a official macro software to do tricks
  15. Pues puede ser por varios motivos, si no tiene orden ninguno de ejecucion si iniciaste el hud antes que el login el hud siempre tendra prioridad sobre el login, el login puede estar configurado para que aparezca detras de todas las otras cosas (La variable postgui creo que era). Lo que yo te recomendaria (que es lo que suelo hacer yo) si no lo necesitas solo cargues el HUD cuando el usuario este logueado o spawnee asi te evitas problemas como ese
  16. Ese error del que hablas no se encuentra en la zona de comprar xd mas bien parece un error de cuando ejecutas la animacion al usar el objeto, puede que ala hora de usar la maria o la bebida o cualquiera de esas cosas no estes restando el que estas usando.
  17. Ese evento que estas usando es para cuando el resource se enciende, tienes que usar un evento que se ejecute cuando el NPC reciba daño te dejo un ejemplo abajo function trollgolpeado (loss) local health = getElementHealth (source) if (getElementModel(source) == 153 ) and ( health <= 60 ) then setElementModel(source, 213) end end addEventHandler ( "onPedDamage", getRootElement(), trollgolpeado )
  18. I think i bug the post because says the last reply is "ThanaReal" but inside the post the last reply is mine , and it says there are only 8 replies but in the post i count 9 replies jajaja Always i enter again in the post tell me "Unread Replies" in my Reply
  19. function onClientProjectileCreation() local projectileType = getProjectileType( source ) if projectileType == 20 then -- 20 = Guiding Rocket -- SCRIPT end end addEventHandler( "onClientProjectileCreation", getRootElement( ),onClientProjectileCreation) You can select what proyectile you want to edit https://wiki.multitheftauto.com/wiki/GetProjectileType
  20. Maybe you can test using this functions if you tell me more of what you want to do maybe i can help you xd https://wiki.multitheftauto.com/wiki/OnClientProjectileCreation https://wiki.multitheftauto.com/wiki/GetProjectileTarget
  21. oh thats bad, thanks i will wait for that update ?
  22. I See that program but i dont think i cant recommend the players to download a program and execute it. I know that many players hardly know what the internet means, so I was looking for a native way to do it on the server, I don't want to force players to do things they don't understand.
  23. No has explicado practicamente nada pero supongo que tu error se debe a que no puedes entrar en la casa xd La V tienes que cambiarla por el ACL que quieres que tenga acceso a la casa. -- Sustituir isObjectInACLGroup('user.'..getAccountName(getPlayerAccount(playerSource)),aclGetGroup(v)) -- Por lo de abajo isObjectInACLGroup('user.'..getAccountName(getPlayerAccount(playerSource)),aclGetGroup("Admin"))
  24. So the title xd There some way to do the Discord Rich Presence for a Server ? i known i can use Windows Notifitacions to send notifitacions so why not Discord for share what you play.
  25. No exactamente, esa variable viene de algun lugar, otra funcion le esta dando valor a la variable que deberia ser el nombre del ACL el cual quieres modificar o estas modificando, y seguramente no sea el valor que debe tener xd es mas dificil de explicar que de arreglar seguramente, pero cambiando eso que dijiste no lo vas a reparar. Supongo que ese resources seleccionas un ACL en una lista y agregar o quitas personas, pienso que no estas recibiendo el nombre del ACL de la lista.
×
×
  • Create New...