Jump to content

MOH

Members
  • Posts

    84
  • Joined

  • Last visited

Everything posted by MOH

  1. I am going to script for any server that asks me and has these requirements: -Forum with atleast 5 active members -Server with atleast 5 members on when ever I check or on average -FTP, FireFTP -HOSTING Must have or be able to have -Must have 2 other admins Just PM me this: Leaders Name: Admin names: - - Contact: - - Forum: EXAMPLE: Just PM me this: Leaders Name: PrinceOfHell Admin names: -Cow -MoeLester Contact: -skype=moelest [email protected] Forum:dicks.com
  2. Well, here it is, a bit late, but anyway, shut it.
  3. Well, here it is, a bit late, but anyway, shut it.
  4. SAMP=PAWN MTA=LUA Google it
  5. God! I made a similiar script! I was going to post it.
  6. MOH

    HELP | Spawn WINDOW.

    <meta> <info author="--Name" type="--Type" name=%2526quot%253B--ResourceName%2526quot%253B description="--What is it?" version="--Version 1.0" /> <script src="--file name" type="--Client or server" /> <script src="-filename" type="--client or server" /> </meta> Wow. I just remembered this script. THIS IS A QUATER OF THE GAMEMODE. If any other nub scripters come and copy the script, dont, It wnt work. Oh, Dra, dont release the damn gamemode.
  7. MOH

    The Island

    A small island with trees...
  8. I dont think she means that. She means ---money function onPlayerQuit ( ) -- when a player leaves, store his current money amount in his account data local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) then local playermoney = getPlayerMoney ( source ) setAccountData ( playeraccount, "money", playermoney ) end end function onPlayerlogin ( ) -- when a player joins, retrieve his money amount from his account data and set it local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) then local playermoney = getAccountData ( playeraccount, "money" ) -- make sure there was actually a value saved under this key (check if playermoney is not false). -- this will for example not be the case when a player plays the gametype for the first time if ( playermoney ) then setPlayerMoney ( source, playermoney ) end end end addEventHandler ( "onPlayerQuit", getRootElement ( ), onPlayerQuit ) addEventHandler ( "onPlayerlogin", getRootElement ( ), onPlayerlogin )
  9. Pf... Oh, about the 500$. DId u ever think i did not want to help you.?
  10. MOH

    [WIP] moduledRP

    Lol. No peds, just players.
  11. MOH

    Fallout

    I am going to take on a new fallout map. Is it possible to make one?
  12. MOH

    Alert Strip

    outputChatBox ( name.. " has a god damn " ..weapon, getRootElement(), 255, 100, 0 ) lolz
  13. WIP CAn anyone may the skins? Of all the animals./
  14. wasnt finished writing. I was cut off and had to go.
  15. 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.
  16. enter to submit message to close it, type nothing and click enter ` is for console
  17. MOH

    Da [bandits]

    ur the leader, and ur in two gangs... three people total
  18. No pictures, no downloads, no 5 stars.
  19. So negative 50p. I love it.
  20. MOH

    [WIP] moduledRP

    Stupid gamemode. Mine is better. Farm destruction Pigs VS Cows VS Horses VS Pigeons
  21. HOLY SHIT COW TURBO BUMP! DONT POST IN OLD TOPICS setmR|TurboCowHealth 0
  22. MOH

    TUtor--paid

    One of my clients is looking for tutor in sql. If you tutor, you will receive 20 euros. [email protected] and ask him.
×
×
  • Create New...