Jump to content

JoaoZanetti

Members
  • Posts

    82
  • Joined

  • Last visited

Recent Profile Visitors

2,063 profile views

JoaoZanetti's Achievements

Transformer

Transformer (11/54)

6

Reputation

  1. Aqui voce pode ver os eventos do lado do client. E esse outro link mostra os eventos do servidor.
  2. Meu caso de uso é: preciso utilizar skins diferentes (TXD, DFF) no mesmo veiculo ou se possivel criar um novo ID de veiculo para alocar a skin. O motivo é: Quero ter mais carros customizados do que os disponiveis no GTA. Com esse novo update é possivel de alguma forma aumentar o numero de carros no GTA e poder dar replace em mais skins? Vejo que ja existia algumas perguntas em relacao a isso mas faz um bom tempo, entao com esse ultimo update talvez teria algo que suprisse essa necessidade.
  3. I created a Discord bot that convert a YouTube link to .mp3. That was the only way i found to use musics from YouTube on MTA. You can invite my bot to your server. Bot URL: https://discordapp.com/api/oauth2/authorize?client_id=676796912250388503&permissions=8&scope=bot Create a channel and use command #transcodechannel on the recently created channel. BOT will listen for conversion just on this channel. You can change the channel using this command again on another channel. To convert a link use #conveter <link youtube>. Bot currently don't support +10min videos, private videos, unlisted and age restricted videos.
  4. I don't think OGP has a built-in feature to open ports. I never used OGP but i think you just need to open ports using native CentOS firewall. Nginx port to download files firewall-cmd --zone=public --add-port=20080/tcp --permanent Download files firewall-cmd --zone=public --add-port=22005/tcp --permanent Join port firewall-cmd --zone=public --add-port=22003/udp --permanent Browse port firewall-cmd --zone=public --add-port=22126/udp --permanent Save configs firewall-cmd --reload
  5. I don't think its a good idea to use Nginx on Windows, but you just need to download Nginx for Windows and use the same configs i provided.
  6. Do you use dedicated server/VPS or a game panel? What SO, Kernel version, network adapter (if u know)
  7. Replace "workler" to "worker" in first line.
  8. Post your nginx.conf file (/etc/nginx/nginx.conf
  9. JoaoZanetti

    MTA Crash

    Today game crashed 2x in 30 min. Using CTRL R + CTRL L didn't worked, process keep not responding and no crash screen showed up.
  10. JoaoZanetti

    MTA Crash

    Thanks! I will keep this thread updated if crashes don't stop.
  11. JoaoZanetti

    MTA Crash

    Most of the time its not a crash screen, MTA just freeze and you need to close on task manager, i think this type of crash don't log anything to report files. I just run this command on F8 and MTA started a update, i will keep track if this reduce the number of crashes.
  12. JoaoZanetti

    MTA Crash

    Some players on my server just reported a intermittently crash, we didn't changed anything on server for 5 months, and from 1~2 month ago i'm receiving many crash reports. I crashed today, that's the link for my diag: https://pastebin.mtasa.com/883184729. I'm using GTA Steam version.
  13. I didnt understand that part but i will implement what you said on first reply. Thanks.
  14. Thanks for your answer! But, if someone spawn a car i receive a onClientElementStreamIn event, and when i receive this i call setVehicleGhost() function again, when i use getElementsByType("vehicle") shoudnt be returned all online server vehicles?
×
×
  • Create New...