Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 14/07/20 in Posts

  1. ?. Your gta_sa.exe is 15,157,760 bytes, but should be 14,383,616 (US 1.0) or 14,386,176 (EU 1.0). Google "HOODLUM GTA: SA 1.0 EXE" and replace that with your current gta_sa.exe.
    1 point
  2. I like it a lot, great recreation A few things I would consider is the overall speed of vehicles and animations, for some scenes I would record in say, 0.8 or 0.6 game speed, just to get a more smooth movement. For the camera I would use a camera tool instead of panning and cropping in post. It gives you more creativity space and I have personally used it for many years:
    1 point
  3. Thats good to see gta V rpg server and also there is another GTA V freeroam already in mta sa
    1 point
  4. Sim, você pode fazer isso, sem problema algum. Editei a minha outra resposta, leia por favor, apenas um conselho sobre o seu código.
    1 point
  5. Isso ocorre pois você precisa criar uma tabela para a tabela que indexa o jogador também. Dessa forma: local players = {} function startWork (source) print(getPlayerName(source)) -- Retorna o nick ou seja o source existe if not players[source] then players[source] = {} players[source]["rubble"] = 0 players[source]["rubbleRemoved"] = false players[source]["atWork"] = false end end Offtopic: percebo que você costuma não utilizar variáveis locais, o que deixa a desejar em questão de otimização (não é tanta diferença, mas boas práticas de programação devem estar em todos os códigos ?). No topo do seu código, defina todas as tabelas e variáveis como local. Ao decorrer do código, você poderá usar sem o local, pois uma vez definida dessa forma, sempre será local. Isso vale também para funções, laços de repetições e afins, sempre considere usar local para definir uma variável ou tabela dentro do escopo seja de função ou laço de repetição.
    1 point
  6. I suppose you're asking how to map inside of buildings. What they did is they edited the model of the LSPD building, cleared its entrance and embedded the LSPD interior into the LSPD building. It's essentially an open world interior. You can get started by learning 3D modeling and getting the GTA SA tools for the application you prefer. I have some threads that may help: https://forum.multitheftauto.com/topic/119240-mta-modding-in-3d/ https://forum.multitheftauto.com/topic/118473-knowledgebase-modding-faq-and-help-thread/ It's worth noting that Autodesk has recently updated their education license terms, and it may not be applicable to everyone unless they have proof of being a student. I'm currently getting in contact with Autodesk regarding this myself.
    1 point
  7. where's everyone, why the server stay empty whole day ?
    0 points
×
×
  • Create New...