Jump to content

Xwad

Members
  • Posts

    1,089
  • Joined

  • Last visited

Everything posted by Xwad

  1. ööö ok but what should i do then?
  2. Then what should i do? download another effects?
  3. 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:(
  4. I mean that the tank will have more range shoot
  5. Whitch part? Do you mean that? setTimer (toggle2, 7000, 1)
  6. And how can a make that the thank shoots farther?
  7. 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 )
  8. 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.
  9. no there was no marker:( but need i write this in mtaserver.config?
  10. When i start the server it says: ERROR: Couldn't parse meta file for resource 'teamkill' Loading of resource 'teamkill' failed
  11. 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
  12. ohhh okay and i need to write it in a lua file?
  13. 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?
  14. i dont understand it:( can you make a rescource for this? pls?
  15. Okay but pls tell me how to make this script!! Need i create a lua and a meta file?
  16. but where must i write this?
  17. How can i disable teammate kill in classic deatmach gamemode? pls help
  18. One more quesiton! How can i do that if a player kills his teammate in classic deathmatch then he will lost money?
  19. 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?
  20. I'm doing something very wrong becaouse its dosent work:(
  21. So i just need to but the "bmarkers" and the "bomber" files into rescources and start the server?
×
×
  • Create New...