Jump to content

[WIP]Farm Destruction


MOH

Recommended Posts

Posted (edited)

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
Posted

You post half a gamemode after bitching to someone about not providing pictures with their resource download? 0.o

Strikes me as odd, to be honest.

Do NOT PM ME for help unless invited. - New MTA Script Editor

Scripting help "etiquette": understandable language, relevant code (ALL code if unsure), [Lua] tags, error messages with line numbers. Super simple stuff.

Posted
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.

Posted
it seems like this is going to be another fail topic. :roll:

It is. Believe it or not.

I'll happily believe it.

... Believe it or not.

Do NOT PM ME for help unless invited. - New MTA Script Editor

Scripting help "etiquette": understandable language, relevant code (ALL code if unsure), [Lua] tags, error messages with line numbers. Super simple stuff.

Posted

OFFTOPIC:

He's such a pro scripter:

Asked me $500 for simple mysql base - data saving and loading, login. And promised to do this with a month.

Next person offerd me this for $30 and next day or the day after tomorrow.

Posted

This entire topic is off-topic, as there is no real topic.

Be happy with your 41 line WIP, MOH. But frankly, I doubt anyone cares until it's actually a mode and not a pile of scripts. Actually, I doubt people would actually care when it IS a mode.

Projects:

Slothbot | Maximap

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...