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

#1
Quote from: EK.IceFlake on Apr 20, 2017, 01:53 PMThen use /s to display your current position.
MessagePlayer(player, "text") - incorrect
MessagePlayer("text", player) - correct
#2
Making good gaming script requires few days/weeks of coding, testing, coding again. Need some motivation to do that. This is reason why not every clan having their own server.
#3
Can you tell me where model taken from? I'm going to use it in my server so I need credits of model, thanks.
#4
https://www.youtube.com/watch?v=YEoNd4QYPCs#

Note 1000*70 moving much faster than 1000*60, so maybe it's 65536
#5
General Discussion / Need info about limits.
Apr 21, 2017, 06:00 AM
What is the limit of time in:

object.MoveTo( Vector pos, int time );
object.RotateTo( rotation, time )

I'm asking because I saw in some cases objects moving too fast (unexpected).
#6
Quote from: KAKAN on Apr 20, 2017, 11:54 PMNews: Religious/Country war broke out in VCMP Forums against a country.
MK.CTF has few country wars before getting stabile zero playercount. So be careful, it's really bad thing.

#7
Servers / Re: [0.4] Argonath RPG 3.0
Apr 20, 2017, 06:09 AM
Quote from: Klaus on Apr 19, 2017, 10:50 PMYou'll also find a better explanation of this in the server rules, which you can find.
It's not about your rules, it's about basic gaming definitions of terms - deathmatch. If it defined wrongly in your rules or in your brains it's not my problems. However before I started explode cars, one were attacking me (reducing my HP from 100 to nearly 10) with no reason, being near cop, and cop did not nothing - corruption in your virtual state.
#8
Servers / Re: ViceLand 2.0
Apr 17, 2017, 07:00 PM
Quote from: KingOfVC on Apr 17, 2017, 06:45 PM
Quote from: vito on Apr 17, 2017, 06:12 PM
Quote from: KingOfVC on Apr 17, 2017, 12:53 PMvehicle export
Looks interesting, as feature from single player. How it works in your server?

Bring wanted vehicle to sunshine auto and get reward and XP. You can use /export to check wanted vehicle.
Just tested, looks nice. Bring more features from single player, it's really cool.
#9
Servers / Re: ViceLand 2.0
Apr 17, 2017, 06:12 PM
Quote from: KingOfVC on Apr 17, 2017, 12:53 PMvehicle export
Looks interesting, as feature from single player. How it works in your server?
#10
He is using "_player" instance in timers...
NewTimer("delayedCash", realpos * 100, 1, _player, _payout);
#11
why this topic started to be holywar about databases :<
#12
Off-Topic General / Re: Scripting challenges!
Apr 12, 2017, 06:55 PM
serialization + splitting to packages its it above stream limit
#13
Off-Topic General / Re: Scripting challenges!
Apr 12, 2017, 06:43 PM
Quote from: happymint on Apr 12, 2017, 06:19 PMAnd what's the next challenge? Because these are fun.
fast json bridge server <-> client side, at least it will be useful
#14
Off-Topic General / Re: Scripting challenges!
Apr 12, 2017, 04:39 PM
Quote from: happymint on Apr 12, 2017, 01:41 PMfunction Generate(l) for (local f = function(p, l, x = 0, b = "") { while (++x <= l) b += x < (l-p) ? "." : "*"; return b; }, p = 0; p < l; ++p) print(f(p, l));
Quote from: happymint on Jul 04, 2016, 07:19 PMChrist, what a horrible coding style you have. Why do you have to make everything in one line when it looks so ugly.
#15
Quote from: KAKAN on Apr 12, 2017, 10:22 AMNo, the IDs start from 0. So, if the max players is 12, then the max. ID is 11.
it's very obviously, but I remeber I reconnected to my local server with ID 1 instead 0.
I'm going to test it with different ping maybe I will get something.
Only devs knows how it work, this is reason why I asking for them.