Jump to content

[WIP]Farm Destruction


MOH

Recommended Posts

I am making a gamemode called Farm Destruction, and I need some comments.

The gamemode:

-Idea: The five teams each fight to take over map, the winner, gets to be in the cows team next match. So... the winner gets to be a cow!

-Teams:

function createTeamsOnStart ()
       teamCows = createTeam ( "Cows", 255, 255, 0 )
       teamPigs = createTeam ( "Pigs", 0, 200, 0 )
       teamRoosters = createTeam ( "Roosters", 0, 200, 0 )
       teamHorses = createTeam ( "Horses", 0, 200, 0 )
       teamPigeons = createTeam ( "Pigeons", 0, 200, 0 )
end

-Weapons:

setPlayerTeam ( player, teamCows )
giveWeapon ( player, 16, 9) --Grenade
giveWeapon ( player, 29, 900) --mp5
giveWeapon ( player, 27, 900) --Spaz
 
setPlayerTeam ( player, teamPigs )
giveWeapon ( player, 13, 1) --Dildo
 
setPlayerTeam ( player, teamRoosters )
giveWeapon ( player, 17, 9) --teargass
giveWeapon ( player, 29, 900) --mp5
giveWeapon ( player, 31, 900) --m4
 
setPlayerTeam ( player, teamHorses )
giveWeapon ( player, 17, 9)--teargass
giveWeapon ( player, 29, 900) --mp5
giveWeapon ( player, 31, 900) -- m4
setPedArmor ( player, 200 ) --armour
 
setPlayerTeam ( player, teamPigeons )
giveWeapon ( player, 17, 9)
giveWeapon ( player, 29, 900)
giveWeapon ( player, 31, 900)

-Spawns:

if (theTeam == teamCows) then
spawnPlayer ( player, 213.26884460449, 1873.2000732422, 13.140625 )
 
elseif (theTeam == teamRoosters) then
spawnPlayer ( player, 261.11389160156, 1396.8560791016, 10.5859375 )
 
elseif (theTeam == teamHorses) then
spawnPlayer ( player, 261.11389160156, 1396.8560791016, 10.5859375 )
 
elseif (theTeam == teamPigeons) then
spawnPlayer ( player, 261.11389160156, 1396.8560791016, 10.5859375 )

Any comments or suggestions are welcome.

Edited by Guest
Link to comment
WIP

CAn anyone may the skins? Of all the animals./

If you're making money by charging people then you must have some money for someone to make the animals for you. I can make them for you for very low price of only £999 (VAT not inc.)! I think it's the price right for you.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...