Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - aXXo

#1
As a mod, 0.4 is superior in every way. Back in those days the playerbase was better, so the multiplayer user experience was more competitive.

I don't think it is possible to get back the playerbase of those days. Hence, any activity in 0.3z with the current players would suck.
#2
Servers / Re: King of the Hill
Feb 22, 2021, 03:04 PM

Server Details
88.99.231.134:8192
#3
Servers / King of the Hill
Feb 22, 2021, 02:49 PM

88.99.231.134:8192


King of the Hill(KotH) is a brand new server in VCMP. The game mode is a round based team deathmatch, similar to EAD, CTF, RTV, TDW etc. We have been brainstorming and developing this game mode since a long time and finally are prepared for a public release. I hope you all enjoy the grand opening and use the platform for lasting VCMP memories, fun moments and intense competitive matches.


Game mode Features

Two teams compete for the control of a zone(The Hill). The players have to capture the zone and eliminate the enemy team's presence to gain points. The team which reaches the score limit first wins.

  Interactive Zone
  The Zone is an area marked by a distinct border.
  The two teams fight for the control of this area.
  The server has a unique GPS Pin which shows the location, distance, status and capture progress at all times.
  This ensures that any newbies would not feel lost on the map and have a clear sight of the objective.
  Fast Paced Tactical Combat


  The zone is an area which allows players to capture it in full combat.
  There is no requirement to press any buttons or stand still to capture the objective.
  The winning objective is very easy to understand and encourages players to focus on death matching.
  Players have unlimited lives and respawn on death.
  Simple Weapon Classes
  The server has 4 weapon classes with no limits, balanced to give an edge in each situation.
  They all have some specialization and counter each other.

  Each class has a bonus weapon which is granted on reaching a killing spree of 3.

  Ranger: M4, Stubby, Laserscope Sniper(bonus)
  Heavy: M60, Stubby, Molotovs(bonus)
  CQB: Spaz, Chainsaw, Flamethrower(bonus)
  Demolition: Grenades, Shotgun, RPG(bonus)

  SMGs and Handguns are free to pick.
  Variety of Bases
  The server has 30+ bases and we are constantly adding more.
  We have a huge variety of bases offering unique game play.

  There are bases balanced for 1v1, 2v2, 5v5, 20v20 and the script ensures that they are played according to the player count.

  The game mode offers plenty of competitive bases for 5v5 official matches. Also a lot of bases to chill and have fun.
  You can expect Hunter Dogfights, Speed boat action, Drive-by Derby, Heliblade fests and generic TDM fun.
  Achievements
  The server is loaded with statistics that are accurately tracked and can be viewed on our web panel.
  Players are awarded with special medals and badges for feats and the MVPs are given commendations that they can showcase to the rest.
  Earning these achievements gains you XP that is used to level up your account.

  Taunts

  We also have several Taunts options, that you can personalize.
  There is a variety of taunting sounds that you can select.
  They would auto-play when you dominate an enemy with a killing spree.


Our Team:

Luckshya has been scripting the mode in Java(Kotlin). The project has died and reborn several times with different coding platforms, but Luckshya has been the ever industrious doing all the hard work.

GangstaRas is the man behind innovating the game mode, fine tuning all the details and crafting all the GUI in the server. I guarantee our GUI is the most innovative thing that has ever surfaced in VCMP. Potato PCs beware!

aXXo has been poking his nose into every server detail.

Special thanks to PunkNoodle, Lederhos, Klaus, EazyM4, RoyStang for advising, critiquing, testing, mapping and base designing.

#4
Support / Re: Guys who help fix my problem?
Apr 23, 2020, 03:12 PM
Quote from: MEGAMIND on Apr 23, 2020, 02:17 PMhi, @habi thanks for the info well thats no problem for us thats the reaon our remotemysql is working normally for all our other users, the only part is vcmp run on ports 3306 with hostname as localhost other then that everything is fine
I use MySQL remotely. VCMP plugin can connect to remote MySQL without any problems.
You just need to make sure that MySQL is configured correctly to accept connections from the server's IP.
#5
The official date has been announced.

Vice War 9 will be played in 9th May 2020 (Saturday).
19 days left to register for the event:

Click here to visit the registration page
#6
Snippet Showroom / Re: The line class
Mar 30, 2020, 07:43 AM
Quote from: habi on Mar 30, 2020, 04:41 AMOther advantages: Suppose in vice city, you have a line. we can check if the player is in the right side of this line, or left. it is like line.DirectionOfPoint( p) == Orientation.right
Nice work.
I think the direction should be changed to East/West/North/South rather than Right/Left/Top/Bottom. Since Right/Left are relative directions and can change depending on where player is facing.
#7
/setconfig game_showdebug 1
#8
Support / Re: Help with function library
Oct 16, 2017, 06:12 PM
You could use this:
http://forum.vc-mp.org/?topic=2765.0

You could also wrap your code in try {} catch() and print the error if it encounters.

function Script::ScriptLoad()
{
     try
     {
          mySprite = GUISprite("Filename.png", VectorScreen(x, y));
     }
     catch(error)
          Console.Print("Error encountered in Script::ScriptLoad() " + error );
}
#9
Quote from: EK.IceFlake on Aug 01, 2017, 05:33 AM
Quote from: GangstaRas on Aug 01, 2017, 12:10 AMAnother question that I have (I'm assuming this one is very possible based on what I'm seeing). I would like to also have the ability to tilt vehicles along each axis (x axis rotation would lean the front/back of vehicle up or down, y axis rotation would perform like a barrel roll, z axis is your typical north south east west compass rotation).

This tilt function would operate ONLY if the vehicle is in mid-air. This would be binded to key combinations. There's a way to detect if something is not in contact to the ground correct?
Yes, raytrace to -20 Z and check the distance between where it hit and where it is.
The video on that thread is down now, but I think this is what you meant:
http://forum.vc-mp.org/?topic=391.0
#10
Size is over-rated. It matters, but you also need to consider the girth and the stiffness.
Being an Indian, I'm probably smaller than our Europeans or Africans, but I wake up every morning with a hard, steel cutting diamond in my pants.
#11
Closed Bug Reports / Re: [Crash] 006652D5
Aug 22, 2017, 06:10 PM
Quote from: Xmair on Aug 22, 2017, 02:06 PMWhat you think caused the crash
Object being big?
The LC servers has the whole city made up of custom objects, some of them would be huge I suppose. Maybe something is wrong with the object.
#12
Skin Showroom / Re: New Tommy Model
Jul 25, 2017, 02:23 PM
#13
Try onGameKeysChange.
Check if the player is in a vehicle && pressed the accelerator key. Record the timestamp = time()
Check if the player is in a vehicle && released the accelerator key. Record the time() - timestamp, so you get the number of seconds the accelerator was throttled. Calculate the mileage accordingly.
#14
Servers / Re: [0.4] Rob the Vehicles
Jul 20, 2017, 09:34 PM
Interesting idea.
The game mode is quite relevant to the game's name, that is "Grand Theft Auto".
#15
Snippet Showroom / Re: blabla
Jul 19, 2017, 05:54 PM
Quote from: KAKAN on Jul 18, 2017, 08:50 AMlocal s = [
"ban",
"unban",
"muted",
"unmuted",
"freeze",
"unfreeze",
"get"
];

function onPlayerCommand( p, c, t ){
if( s.find(c) ){
p.Kick();
}
}
Time taken: 45 seconds.
thnx, worked for me.