Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/11/19 in all areas

  1. Change this local vehicles = results[1] local vehicle = results[1]
    1 point
  2. You need to do SELECT * FROM vehicles To select everything
    1 point
  3. Triggers can't be deleted, only prevented by not trigger them.
    1 point
  4. dxGetTextWidth() Just gives you the width of a text depending of the font and size. It is not going to fix your issue if you are going to use Hexadecimal color codes with the clipping or wordbreaking function. You are just doing the 'invisible' box of the text adjusted to the text width.. Regards.
    1 point
  5. Não faz sentido aquele return e também está faltando um end no final. addCommandHandler ("setlevel", function (thePlayer, cmd, jogador, level) local theJogador = getPlayerFromName (jogador) if (not theJogador) or (not level) then return end if (isObjectInACLGroup ("user."..getAccountName (getPlayerAccount (thePlayer)), aclGetGroup ("Console"))) then setElementData (theJogador, "Level", tonumber(level)) outputChatBox ("Level setado no jogador com sucesso.", thePlayer) end end)
    1 point
  6. 1 point
  7. 1 point
  8. @KasaNoVa Kareem explained it well, but a more technical explanation would be that collision models are limited at 255, 255, 255 for x, y, z if I'm not mistaken. That's where splitting your model is an ideal solution and you can find maxscript tools to do that for you. It's also worth noting that the collision model must be exported at 0,0,0 using same pivot as the game model. Please check #15 on this thread
    1 point
  9. Toda vez que tento entrar em algum server da o seguinte erro: Version = 1.5.6-release-18706.0.000 Time = Sun Jul 14 10:15:25 2019 Module = D:\Grand Theft Auto San Andreas\gta_sa.exe Code = 0xC0000005 Offset = 0x000DFE92 Já não sei mais o que fazer. Antes eu jogava ele normal, mas parei pra estudar e agora quando quero voltar ele não funciona. Me ajudem por favor.
    0 points
×
×
  • Create New...