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

#1
Servers / Re: [0.4] The vest survivor | BETA
Feb 24, 2021, 05:55 AM
Keep it up dude!
#2
Are you kidding???? This is amazing. Works fine for me.


hahahahaha
#3
is this guy from this planet?
#4
hax
#5
I kidnapped him. That's why he hasn't been here in a while
#6
Quote from: habi on Mar 02, 2020, 01:27 PMidk. Rename that plugin and try, because long long name.

I already did it.
#7
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)
#8
Quote from: Gitobaloch on Feb 27, 2020, 07:07 AMelse 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);
}

Very simple and you can improve it.
#9
Support / Re: Vice City closes to taskbar
Feb 25, 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.
#10
General Discussion / Re: Build Mode
Feb 25, 2020, 05:28 PM
Buildmode is essential to do things on the client-side. Everything you edit is automatically reloaded
#11
Change your label fontsize to 12
#12
Quote from: Sebastian on Feb 12, 2020, 03:06 PMCustom 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
#13
General Discussion / Bots?
Feb 10, 2020, 09:56 PM


Creating connection on the same computer to be first in the list?
#14
if(IsNum == 5) MessagePlayer ("You have typed number 5", player );
if( IsNum("5") ) MessagePlayer( "You have typed number 5", player );
if(Charac == 'a') MessagePlayer("You have typed A",player);
if(text.find( "a" ) != null ) MessagePlayer("You have typed A",player);
#15
General Discussion / Re: Need help
Jan 25, 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.