Jump to content

Xwad

Members
  • Posts

    1,090
  • Joined

  • Last visited

Everything posted by Xwad

  1. no the shooting range
  2. no the shooting range
  3. ööö ok but what should i do then?
  4. Then what should i do? download another effects?
  5. Hi i downloaded the Overdose effects and put it in Gameplay folder and create a meta file and wrote this But when i started my server it does not work:(
  6. I mean that the tank will have more range shoot
  7. Whitch part? Do you mean that? setTimer (toggle2, 7000, 1)
  8. And how can a make that the thank shoots farther?
  9. is it so good? META: SERVER.lua function killTeamFunction ( thePlayer, command, teamName ) -- Find and kill all the players in the team that was specified with the console command local theTeam = getTeamFromName ( teamName ) if ( theTeam ) then local players = getPlayersInTeam ( theTeam ) -- Loop through the player table for playerKey, playerValue in ipairs ( players ) do -- kill the player killPlayer ( playerValue ) end end end addCommandHandler ( "killTeam", killTeamFunction ) CLIENT.lua function showTeamFunction ( command, teamName ) -- Find and show all the players in the team that was specified with the console command local theTeam = getTeamFromName ( teamName ) if ( theTeam ) then local players = getPlayersInTeam ( theTeam ) -- Loop through the player table for playerKey, playerValue in ipairs ( players ) do outputChatBox ( getPlayerName(playerValue) ) end end end addCommandHandler ( "showTeam", showTeamFunction )
  10. Ohhh xddd thatnks dude!
  11. it must work ! i have do somehing wrong. Please write down what do i need to do to install this mod step by step pls.
  12. no there was no marker:( but need i write this in mtaserver.config?
  13. When i start the server it says: ERROR: Couldn't parse meta file for resource 'teamkill' Loading of resource 'teamkill' failed
  14. Ok i have read it and did this. Is it so good? META.XML teamkill.lua -- get a table with all teams local allTeams = getElementsByType ( "team" ) -- for every team, for index, theTeam in ipairs(allTeams) do -- if friendly fire is off, if ( getTeamFriendlyFire ( theTeam ) == false ) then -- switch it on setTeamFriendlyFire ( theTeam, true ) end end
  15. thanks!
  16. ohhh okay and i need to write it in a lua file?
  17. iTs isnt there i tryed to recconect but nothing changed:( But must i write the scripts in the mtaserver.config? And need i put the bomber and the bmarkers in one folder or in two separate folder?
  18. i dont understand it:( can you make a rescource for this? pls?
  19. Thanks!
  20. Okay but pls tell me how to make this script!! Need i create a lua and a meta file?
  21. but where must i write this?
  22. How can i disable teammate kill in classic deatmach gamemode? pls help
  23. One more quesiton! How can i do that if a player kills his teammate in classic deathmatch then he will lost money?
  24. i download the 2 files i create 2 folders :bmarkers and bomber then i put the files in the 2 folder and put it the folders in rescources then i start the server then i pressed p went to rescources there i searched bmarkers and bombers and start it but it does not work! Should i write the folder names in mta server config?
  25. I'm doing something very wrong becaouse its dosent work:(
×
×
  • Create New...