Jump to content

manawydan

Members
  • Posts

    980
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by manawydan

  1. Ai não é algo muito facil, porém tem um scripts que auxiliam a criar uns npcs. vo te passa o link deles. slothbot: https://community.multitheftauto.com/in ... ils&id=672 da pra criar ai para combates. racingbots: https://community.multitheftauto.com/in ... ls&id=9109 criar nps para dirigir ate um certo lugar trafficnpc: http://crystalmv.net84.net/pages/script ... raffic.php o melhor porém um pouco mais xato de usar. boa sorte!
  2. try https://nightly.multitheftauto.com/files/shaders/ ... scroll.zip
  3. try use pairs
  4. nice
  5. nice
  6. you can use this userful function https://wiki.multitheftauto.com/wiki/GetOnlineAdmins
  7. i think you can use acountdat or sql
  8. boa sorte/ suerte
  9. vipPanel is one table?
  10. nice man
  11. function enterVehicle ( player, seat, jacked ) if (getPlayerTeam( player ) == getTeamFromName ( "attacker" )) then cancelEvent ( ) end end addEventHandler ( "onVehicleEnter", root, enterVehicle )
  12. you forgot the table name form some executeSQLQuery function
  13. function lvlUPNG () player = getLocalPlayer() local x,y,z = getElementPosition(player) setElementHealth ( player, getElementHealth(player) + 100 ) exports.infection:giveantivirus() local sound = playSound3D ( "levelup.ogg",x,y,z ) attachElements (sound, player) end addEvent("lvlUP", true) addEventHandler("lvlUP", root,lvlUPNG) try this. if no work, show how you trigger this event.
  14. manawydan

    [HELP] BUG

    try use one timer in warpPedIntoVehicle and change source to client
  15. very nice man
  16. manawydan

    [HELP] BUG

    wiki "say":
  17. manawydan

    [HELP] BUG

    because vehicle is client side, try createVehicle in server side
  18. if team no exist, try createTeam
  19. only put the code in youtube tag. you code is hrOlojNTkNI nice video
  20. manawydan

    MTA Install.

  21. tente chegar bem perto e aperte a tecla "E" para tentar seleciona-lo.
  22. good luck nice scripts
×
×
  • Create New...