MOH Posted November 8, 2009 Share Posted November 8, 2009 (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 November 8, 2009 by Guest Link to comment
Dark Dragon Posted November 8, 2009 Share Posted November 8, 2009 so whats the point of the gamemode? theres not much to comment on yet. team names and their weapons don't tell much about the idea/gameplay or anything else Link to comment
MOH Posted November 8, 2009 Author Share Posted November 8, 2009 wasnt finished writing. I was cut off and had to go. Link to comment
robhol Posted November 8, 2009 Share Posted November 8, 2009 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. Link to comment
MOH Posted November 8, 2009 Author Share Posted November 8, 2009 WIP CAn anyone may the skins? Of all the animals./ Link to comment
50p Posted November 9, 2009 Share Posted November 9, 2009 WIPCAn 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
Dark Dragon Posted November 9, 2009 Share Posted November 9, 2009 it seems like this is going to be another fail topic. Link to comment
50p Posted November 9, 2009 Share Posted November 9, 2009 it seems like this is going to be another fail topic. It is. Believe it or not. Link to comment
robhol Posted November 9, 2009 Share Posted November 9, 2009 it seems like this is going to be another fail topic. It is. Believe it or not. I'll happily believe it. ... Believe it or not. Link to comment
hobo Posted November 9, 2009 Share Posted November 9, 2009 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. Link to comment
Gamesnert Posted November 9, 2009 Share Posted November 9, 2009 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. Link to comment
MOH Posted November 12, 2009 Author Share Posted November 12, 2009 Pf... Oh, about the 500$. DId u ever think i did not want to help you.? Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now