Jump to content

F-22

Members
  • Posts

    11
  • Joined

  • Last visited

Details

  • Gang
    ???

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

F-22's Achievements

Square

Square (6/54)

0

Reputation

  1. The game is not fun to play when the ping is over 100-150, otherwise it is fine.
  2. Hello, I am F-22, a member of the clan Neon Multigaming. I would like to present to you the Neon Carball server. The server is online for a few years now, but we recently started to see it lacks a few players at certain hours, and figured some advertisement would bring more people to our awesome server. First, I will present some of its history: At the 13th of March, 2011, our member Tjong released NeoN FuN, at the time a famous MTA server with several different gamemodes for all kinds of preferences. The huge variety of gamemodes became Neon Fun's signature feature and brought the section a huge popularity. Tjong's ideas amazed the people from update to update and brought Neon a significant upturn. After several new gamemodes for Neon Fun, one sticked out the most. Carball, which got released in July 2012 and was the first official gamemode of it's kind in the MTA scene. The gamemode avails itself of the basics of football, the most favorite form of sports of mankind, with a striking difference: the actual players are cars, or being more specific, Sandkings. This idea was that popular, that the huge amount of players that asked for a own gameserver gained one at the 29th of December, 2012. Years later Tjong also sold the script to the FFS server, which uses an altered version of it, with different gameplay, more similar to Rocket League. Our carball server is currently based on a good community. Players formed clubs over the years. The game is not easy to play at first, but it is really rewarding when you learn to play with others to score the goal. Few gamemodes are as team-focused. We are also always happy to meet new players, and new recruits for the clubs are always sought after. Every year, there are also a few tournaments, where players fight each other in various teams (1v1, 2v2, 3v3 are the most common). Carball clubs also organised four leagues in the last two years, where whole clubs of players fight with eachother in 3v3 matches. Clubs also often organise "club wars" with eachother. Here are some videos the players made, which show how important teamplay is in our gamemode: As you can see from the videos, good strategy and tactics are far more important for a successful team, than skilled players. Server information: IP and port: neon-gaming.de:13337 Neon webpage: forum.neon-gaming.de Carball section of our forum: forum.neon-gaming.de/index.php/Board/85-Carball I can't wait to meet you in-game!
  3. F-22

    help with handling

    Nope, its the same... The steering should work like in a forklift, on the back wheels...
  4. F-22

    help with handling

    It still wont work, now not even in play
  5. Hello! Im having some trouble with changing handling. When i start the script, it works in the play gamemode, but it does not want to work in race. function handling ( ) for _,veh in pairs(getElementsByType("vehicle")) do if getElementModel(veh) == 541 then setVehicleHandling(veh, "handlingFlags", 0x284020) end end end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), handling ) It just wont work in race
  6. F-22

    Doors

    It dosent work for me Do I put it client or server?
  7. F-22

    Doors

    Door = createObject ( -2897.587890625, 494.71667480469, 5.4137649536133 ) addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), function (resource) local doorCube = createColCube(-2897.587890625, 494.71667480469, 5.4137649536133, 6, 10, 4) addEventHandler("onColShapeHit", doorCube, onDoorCubeHit) addEventHandler("onColShapeLeave", doorCube, ondoorCubeLeave) end) function onDoorCubeHit(hitElement, matchingDimension) if (getElementType(hitElement) == "player") then if (not isDoorOpen(Door)) then moveObject ( Door, 3000, -2897.587890625, 494.71667480469, 9.9137649536133 ) end end end function onDoorCubeLeave(leaveElement, matchingDimension) if (getElementType(leaveElement) == "player") then if (isDoorOpen(Door)) then moveObject ( Door, 3000, -2897.587890625, 494.71667480469, 5.4137649536133 ) end end end Would this work?
  8. F-22

    Doors

    I know how to make some scripts(Race scripts, like speed boost)... But it's the first time I make RPG map...
  9. F-22

    Doors

    erm, I'm not so good whit scripts... Can You write it, and I only enter coordinates? plz
  10. F-22

    Doors

    How could I make this script: https://wiki.multitheftauto.com/wiki/SetGarageOpen Be able to work whit any object(You get to plasticsgate and it moves when you aproach)
  11. F-22

    Moving objects

    Hi! I'd like to make some objects, that would move, when you are close to them(no commands). And how to make them only move when you are admin?
×
×
  • Create New...