Jump to content

RenanPG

Members
  • Posts

    186
  • Joined

Everything posted by RenanPG

  1. Nenhuma empressa que vende VPS/Host de baixo custo tem proteção boa. No caso da tkshost.com até com RDP-KILL da pra derrubar, Tenso.
  2. RenanPG

    its posible

    Try this: Use server-side function ban() local accname = getAccountName(source) if ( accname == "Name Here" ) then banPlayer(source) end end addEventHandler("onPlayerLogin", root, ban)
  3. Just use the color argument as has beend said before.. Arguments of dxDrawText. https://wiki.multitheftauto.com/wiki/DxDrawText
  4. Show us your flags script too.
  5. I'm talking with him on skype, the problem is when will be stored.
  6. it's not what he want, he wants to know when the data must be stored. In that case when admins set ( VIP ) for certain account.
  7. RenanPG

    help please

    Try to create a function to get the time when admins give " VIP " for certain player. And send the time to the VIP panel using: setAccountData( )
  8. RenanPG

    [help] Edit

    Thanks man, it's exactly i needed.
  9. RenanPG

    [help] Edit

    hi everybody, i am creating a login using dx functions, but i have no idea how to make an EditBox in dx. I know need a table to store the keys pressed using this event: addEventHandler("onClientCharacter", getRootElement(), getCharacter)
  10. As far i know isn't possible compile txds, dffs, etc. And putting "Cache" in false, players will download eveything again.
  11. This can help you. addEventHandler("onClientGUIClick", root, function() if ( source == button ) then ------- exemple end end )
  12. try this, but i haven't tested. test = createPickup (1660, 296, 21, 3, 1247, 6000 ) function destroy(player) destroyElement(test) setPlayerWantedLevel(player,getPlayerWantedLevel(player)-1) function delay() test = createPickup (1660, 296, 21, 3, 1247, 6000 ) end setTimer ( delay, 6000, 1 ) end addEventHandler("onPickupHit",test,destroy)
  13. Problably the flag don't have the same name "TN", of couse if you added.
  14. Skype para contato: gustavorn123 <~ Lider do projeto.
  15. Explain what you want, i don't understand.
  16. triggerClientEvent Use essa função para enviar informações do server para client. https://wiki.multitheftauto.com/wiki/TriggerClientEvent
  17. I used to have the same problem on my blips system, using shaders u can fix it.
  18. RenanPG

    Linux server

    Hi everyone, when i use caracters like "Ç~`"(portuguese caracters) scripts codeds in ANSI don't work, but in UTF work normally. How can i make ANSI codes accept this caracters??? all of my scripts is coded in ANSI, and i don't want to convert all.
  19. Some codes were removed.
  20. RenanPG

    zombie

    Edit the settings of resource on META: "*MaxZombies" value="[100]" /> --maximum allowed zombies --> "*StreamMethod" value="[1]" /> -- 1 to constantly stream zombies, 0 to only allow zombies to spawn via createZombie function, 2 to only allow spawning at set spawnpoints --> "*Speed" value="[1]" /> -- 0 is slowest, 1 is normal, 2 faster --> And find the spawn points in the scripts.
  21. Can you pass your code to rotate for me via PM?? i will help you about quality image, probably using image with high compression in jpg can fix it.
  22. Jacobob14, if you don't know what we're talking about, don't help, yours radar rotate the dxDrawImageSection outside of the retangle. i want something that works correctly.
×
×
  • Create New...