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. you can use this userful function https://wiki.multitheftauto.com/wiki/GetOnlineAdmins
  4. i think you can use acountdat or sql
  5. function enterVehicle ( player, seat, jacked ) if (getPlayerTeam( player ) == getTeamFromName ( "attacker" )) then cancelEvent ( ) end end addEventHandler ( "onVehicleEnter", root, enterVehicle )
  6. you forgot the table name form some executeSQLQuery function
  7. 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.
  8. manawydan

    [HELP] BUG

    try use one timer in warpPedIntoVehicle and change source to client
  9. manawydan

    [HELP] BUG

    because vehicle is client side, try createVehicle in server side
  10. if team no exist, try createTeam
  11. only put the code in youtube tag. you code is hrOlojNTkNI nice video
  12. tente chegar bem perto e aperte a tecla "E" para tentar seleciona-lo.
  13. good luck nice scripts
×
×
  • Create New...