Jump to content

#RooTs

Members
  • Posts

    1,991
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by #RooTs

  1. @DNL291, o cara não entende o que eu falo; e quer tirar onda ? porque não faz um exemplo de script pro cara ? ele ta iniciando LUA e pede ajuda o que o @NewAge faz ? manda só as funções pro cara tipo falando ( as funções e essa, essa, essa e essa. "se vira" ) affe tenho raiva de gente assim que está aqui pra ajuda e faz isso peço desculpas se ofendi alguém, mais pensa nisso
  2. It is not the same S.A.U."R" I mean that the S and A letter is not the same
  3. File malicious? https://community.multitheftauto.com/ind ... s&id=11713
  4. TXD mod https://community.multitheftauto.com/ind ... s&id=11711
  5. not to create a new one with the same subject
  6. sorry come back here again. more, which is the font of saur logo. and text circle.
  7. try this local nW, nH = guiGetScreenSize( ) local money = string.format("%08d", getPlayerMoney(getLocalPlayer())) dxDrawText("$"..money,nW - 450,nH - 500,nW - 7,nH - 57,tocolor( 0,255,0,220 ),nW/500,'pricedown','right','top', false, false, false)
  8. @BeYourself, da uma olhada nesses sistemas ai, e veja se é util para você. se não for, tente dar uma lida no codigo e veja se tem funções que é util para você! https://community.multitheftauto.com/in ... ls&id=1253 https://community.multitheftauto.com/in ... s&id=11050 https://community.multitheftauto.com/in ... ls&id=8663
  9. @NewAge, dar o código pronto ? depende o código, mais também pode ajudar a pessoa entender como o código funciona. dando ele pronto. assim como eu. tem muita coisa que não sei e que, ainda estou aprendendo e lendo os códigos pronto me ajuda a entender como ele funciona, e assim podendo criar um outro do Zero com as funções do código pronto pelomenos eu penso assim, mais cada um tem sua opinião
  10. @NewAge, eu fiz esse join quit e nao precisa usar server, apenas client da pra fazer vou mostra um exemplo básico de como fazer ela function onQuitGame( reason ) addEventHandler ( "onClientRender", root, renderDisplay ) setTimer(function () removeEventHandler("onClientRender", getRootElement(), renderDisplay) end, 3100, 1) end addEventHandler( "onClientPlayerQuit", getRootElement(), onQuitGame ) function renderDisplay ( ) dxDrawImage ( 50, 50, 100, 240, 'arrow.png', angle, 0, -120 ) -- dxDrawImage olha como é na WIKI end é simples fazer isso, basta apenas mudar os eventos. vocês só sabem complica a vida dos iniciantes --'
  11. no Description: https://community.multitheftauto.com/ind ... s&id=11706 DONE
  12. @BeYourself da pra fazer tudo em client-side ajude facilitando as coisas dxDrawImage -- client-side dxDrawText -- client-side setTimer -- client-side onClientPlayerQuit -- client-side onClientPlayerJoin -- client-side onClientPlayerChangeNick -- client-side InterpolateBetween -- evento transparencia + movendo na tela
  13. quer fazer oque ? ir diminuindo o nivel de procurado quando entrar na prisão ? se for isso, tente colocar um setTimer na função WantedLevel junto com uma maker lá dentro setPlayerWantedLevel ( player, getPlayerWantedLevel(player) -1 ) algo semelhante a isto aqui function removerEstrelas(thePlayer) for v, k in ipairs(getElementsByType("player")) do if getPlayerWantedLevel(k) > 0 then setPlayerWantedLevel ( k, getPlayerWantedLevel(k)-1) end end end setTimer(removerEstrelas, 120000, 0)
  14. LOLLLLLLLL THANKS MY FRIEND
  15. Hello Solidsnake14. I'm behind of the globe image of the old panel, you can tidy it for me? file name "circle.png"..
  16. code stolen/leaked Locked topic
  17. tem o "sites.google.com" você pode organizar por pastas ou por tudo em zip mesmo veja como eu fiz com o meu https://sites.google.com/site/servzika/downloads
  18. @Walid, he blocks even with the "realdriveby" linked ?
×
×
  • Create New...