
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
Videos & Screenshots / Re: Developer Preview Program v1.3
« on May 8th, 2020, 01:49 AM »
Are you kidding???? This is amazing. Works fine for me.
hahahahaha
hahahahaha
2
Client Scripting / Re: Vice2D: A minimalist, event-based game library for VC:MP
« on April 13th, 2020, 06:38 PM »
is this guy from this planet?
4
Support / Re: ERROR ?? cannot join servers - update fail ?
« on April 4th, 2020, 08:15 AM »
I kidnapped him. That's why he hasn't been here in a while
5
Community Plugins / Re: MaxMind DB Reader (GeoIP2) for Squirrel
« on March 2nd, 2020, 02:05 PM »idk. Rename that plugin and try, because long long name.
6
Community Plugins / Re: MaxMind DB Reader (GeoIP2) for Squirrel
« on March 2nd, 2020, 03:29 AM » Vice City Multiplayer Server
-------------------------------
v0.4, (c) 2007-2014 VC:MP Team
Loaded plugin: xmlconf04rel64
Loaded plugin: announce04rel64
Loaded plugin: squirrel04rel64
Loaded plugin: sqlite04rel64
.so: cannot open shared object file: No such file or directory
Failed to load plugin: vcmp-squirrel-mmdb-rel64
[WEAPONS] No custom weapons to load.
** Started VC:MP 0.4 Server **
Port: 6969
Max players: 100
[MODULE] Loaded server.conf Loader for 0.4 by Stormeus
[MODULE] >> Loaded server.conf for parsing
Segmentation fault (core dumped)
Why am I getting this error? I'm using Ubuntu 18.04.4 LTS (GNU/Linux 4.15.0-88-generic x86_64)
(and yes, I have the plugin inside plugins folder. Works correctly on my windows system, but does not work on linux)
7
Snippet Showroom / Re: Some Commands That Will Help You In Every Server!
« on February 27th, 2020, 10:10 AM »Code: [Select] else if (cmd== "fps")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]FPS " + player.Fps + "[#ffff00].",player);
}
else if (cmd== "ping")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]PING " + player.Ping + "[#ffff00].",player);
}
else if (cmd== "myip")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]IP " + player.IP + "[#ffff00].",player);
}
else if (cmd== "score")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]SCORE " + player.Score + "[#ffff00].",player);
}
else if (cmd== "cash")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]Cash " + player.Cash + "[#ffff00].",player);
}
else if (cmd== "skin")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]Skin " + player.Skin + "[#ffff00].",player);
}
else if (cmd== "myinfo")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]Info - FPS " + player.Fps + " PING " + player.Ping + " IP " + player.IP + "CASH" + player.Cash + "SKIN " + player.Skin + "SCORE " + player.Score + "[#ffff00].",player);
}
8
Support / Re: Vice City closes to taskbar
« on February 25th, 2020, 09:32 PM »
This happens on some Windows 7 distributions (I had a problem when using W7 Ultimate). Now at W10 I don't have that anymore.
9
General Discussion / Re: Build Mode
« on February 25th, 2020, 05:28 PM »
Buildmode is essential to do things on the client-side. Everything you edit is automatically reloaded
10
Bugs and Crashes / [BUG] Re: GUI label invisible!!
« on February 15th, 2020, 03:41 PM »
Change your label fontsize to 12
11
Scripting and Server Management / Re: Custom skins to server
« on February 12th, 2020, 03:37 PM »Custom skins start with id 200
But they also need a specific name for thr. 7z archive, which I don't fully remember now
//zID_Name.7z
z200_Spiderman.7z
12
General Discussion / Bots?
« on February 10th, 2020, 09:56 PM »
Creating connection on the same computer to be first in the list?
13
General Discussion / Re: How can i specify specific alphabetical character or Specific number
« on February 4th, 2020, 05:22 PM »14
General Discussion / Re: Need help
« on January 25th, 2020, 04:24 PM »
No one is blocking your region. You need to pay for a VPS (Virtual Private Server) to keep your server online.
And the second option to port forward (on your router).not recommended.
And the second option to port forward (on your router).
15
Support / Re: littlewhitey's instant kick
« on January 9th, 2020, 05:09 PM »
I have this problem too