Jump to content

#RooTs

Members
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by #RooTs

  1. It is not the same S.A.U."R" I mean that the S and A letter is not the same
  2. File malicious? https://community.multitheftauto.com/ind ... s&id=11713
  3. TXD mod https://community.multitheftauto.com/ind ... s&id=11711
  4. not to create a new one with the same subject
  5. sorry come back here again. more, which is the font of saur logo. and text circle.
  6. 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)
  7. @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
  8. @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
  9. @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 --'
  10. no Description: https://community.multitheftauto.com/ind ... s&id=11706 DONE
  11. @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
  12. 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)
  13. LOLLLLLLLL THANKS MY FRIEND
  14. Hello Solidsnake14. I'm behind of the globe image of the old panel, you can tidy it for me? file name "circle.png"..
  15. code stolen/leaked Locked topic
  16. 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
  17. @Walid, he blocks even with the "realdriveby" linked ?
  18. @John Smith [quote name=..&G:..]Looks like a mta admin hack https://community.multitheftauto.com/index.php?p= ... s&id=11683 DONE
×
×
  • Create New...