
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.

1
General Discussion / [Suggestion] Re: Radar centre, weapon images & pink arrow
« on January 16th, 02:04 AM »not sure if possible at all, and what would that use for? that is mostly used for missions in original game... it won't make any sense to add it for a multiplayer....
however if possible, im not against it.
About 2nd suggestion, it can be util for tutorials, events, It'll make servers more better and beautiful.
2
General Discussion / [Suggestion] Radar centre, weapon images & pink arrow
« on January 15th, 05:49 PM »
There's a method to change/add map marks, radardisc, radar map and menu map, but there's not a way to change radar centre blip and player's weapon images. Would be cool and util add it before the 0.4.7 update.
For who not understand what I mean by radar centre blip:

Second suggestion is supposed to add pink arrow:
It would be interessant to see some day.
For who not understand what I mean by radar centre blip:

Second suggestion is supposed to add pink arrow:
It would be interessant to see some day.

3
General Discussion / Re: please add this back.... / shotguns get jammed bug
« on January 15th, 05:41 PM »
It's really irritable. That fast-switch works perfectly using Stubby and another weapons like M4 and Python but there's not effect on Pump-action.
Many times I did that trick, but now I know why never hits the opponent.
Many times I did that trick, but now I know why never hits the opponent.
4
Videos & Screenshots / Re: Realistic Bullet Holes (prototype)
« on October 14th, 2020, 01:45 PM »
Great work.
6
Script Showroom / Re: Vice City: Multiplayer PUBG-DM
« on August 3rd, 2020, 11:52 PM » Vice City Multiplayer Server
-------------------------------
v0.4, (c) 2007-2014 VC:MP Team
Warning: parameters for 'password' in config were not as expected
Loaded plugin: announce04rel32
Loaded plugin: sqlite04rel32
Loaded plugin: squirrel04rel32
Loaded plugin: hashing04rel32
[WEAPONS] No custom weapons to load.
** Started VC:MP 0.4 Server **
Port: 8192
Max players: 50
[MODULE] Loaded SQLite3 for VC:MP by S.L.C.
[MODULE] Loaded SqVCMP 0.4 frontend by Stormeus. (v1.0)
[╠°╔íþ╔·DM] À■╬±ã¸ı²│ú╝ËÈÏ & ã¶Â»═Û▒¤...
[╠°╔íþ╔·DM] Battle Over And Restart, Good job!
[╠°╔íþ╔·DM] NEW Battle Restart: Vehicles=[235], Weapons=[1287], Weather=[Sunny], WTime=[06:22].
Player 'EKNorw' ID 0 connected.
[╠°╔íþ╔·DM] ═µ╝Êú║EKNorw ı²│ú¢°╚Ù┴╦À■╬±ã¸ [0.0.0.0] [03/07/2020 - 19:47:21] [Reserved].
Player 'EKNorw' ID 0 disconnected (kicked).
[╠°╔íþ╔·DM] ═µ╝Êú║EKNorw ı²│ú└Ù┐¬┴╦À■╬±ã¸ [03/07/2020 - 19:47:21].
Kicking connecting player at ID 0, unknown error.
Player 'EKNor' ID 0 connected.
AN ERROR HAS OCCURED [parameter 1 has an invalid type 'null' ; expected: 'userdata']
CALLSTACK
*FUNCTION [AccInfo()] scripts/Main.nut line [544]
*FUNCTION [onPlayerJoin()] scripts/Events.nut line [98]
LOCALS
[e] "parameter 1 has an invalid type 'null' ; expected: 'userdata'"
[q] NULL
[player] INSTANCE
[this] TABLE
[player] INSTANCE
[this] TABLE
AN ERROR HAS OCCURED [parameter 1 has an invalid type 'null' ; expected: 'userdata']
CALLSTACK
*FUNCTION [onPlayerRequestClass()] scripts/Events.nut line [35]
LOCALS
[q] NULL
[AccountCount] 0
[UIDGroup] (UID hidden)
[pName] "eknor"
[skin] 0
[team] 0
[classID] 0
[player] INSTANCE
[this] TABLE
How i can resolve this? I just copied and pasted.
Btw, good work with the script. :)
7
General Discussion / Re: How to run vc mp linux server?
« on July 24th, 2020, 09:57 PM »
First all, you need download latest version of Linux server(REL006) called as mpsvrrel64 (or mpsvrrel32 if 32 bits Linux), after this, paste Linux server on your server folder, open the terminal of your server and type the command: ./mpsvrrel64.
Is needed change the server plugins to .so.
To close the server press CTRL+C.
Is needed change the server plugins to .so.
To close the server press CTRL+C.
8
General Discussion / Re: A declaration about bad conditions.
« on July 24th, 2020, 09:42 PM »dont want to get abused? get a proper pc then.
Doesn't he know it ?Quote from KingOfVC on July 8th, 2020, 12:45 PM dont want to get abused? get a proper pc then.
9
General Discussion / Re: Game shows [...]
« on July 23rd, 2020, 07:58 PM »
It is worth mentioning that some servers have the PAC account system, that is, you can register an account on a server that is using the PAC system and that account will work on other servers that have the PAC system.
10
General Discussion / Re: Game shows [...]
« on July 23rd, 2020, 12:13 PM »
Maybe your nickname already registered.
11
Support / Re: Occasional server crash
« on July 22nd, 2020, 06:20 PM »
Add // to all functions (one function at a time) of onPlayerPart and onPlayerJoin and test one by one until you find the problem.
12
General Discussion / Re: What version of vice city should I use?
« on July 22nd, 2020, 12:15 PM »
Just try to play, if it works continue. You will know if the version of the game you own is not compatible with VC: MP.
Maybe this could help you, read the description: https://www.moddb.com/mods/vice-city-multiplayer/downloads/vice-city-multiplayer-04-client
Maybe this could help you, read the description: https://www.moddb.com/mods/vice-city-multiplayer/downloads/vice-city-multiplayer-04-client
13
Support / Re: Occasional server crash
« on July 20th, 2020, 05:43 PM »
I think this crash is related to the client side.
14
Community Plugins / Re: Discord Plugin
« on July 10th, 2020, 08:03 PM »
I think it would be a type of event callback used in Discord. Try:
Code: [Select] If i'm wrong, correct me.
function onDiscordUpdate(connID, eventType, ...)
{
switch(eventType)
{
case SqDiscordEvent.Message:
print( "lol" );
break;
}
}
15
General Discussion / Re: A declaration about bad conditions.
« on July 8th, 2020, 12:18 PM »
No, that is not the point. Nobody knows what the next one is going through. And yes, I was offended in the past, but today I have always ignored you. I just wrote this topic to say something about it, I'm not whining. Words like these can offend someone with conditions I mentioned above.