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

#1
Do not know him :)
#2
Snippet Showroom / Re: Sistema de dinero
Aug 29, 2015, 09:26 PM
Ya lo se, vas a querer robar de nuevo las password de los users para usarlo en otro server como antes?
#3
Support / Re: problem when i run linux server
Aug 09, 2015, 01:25 PM
Quote from: Thijn on Aug 09, 2015, 08:01 AM
Quote from: KAKAN on Aug 09, 2015, 04:49 AMUse WIndows, or else if u still like Linux, I would greatly suggest u to install UBUNTU
Ha, Windows. No way. Windows isn't made for hosting servers, it just needs too much resources and isn't available for cheap.
Ubuntu is better then windows in that case, but it's just a matter of preference.

Wine, Wine Wine fooooo...
#4
Support / Re: problem when i run linux server
Aug 08, 2015, 09:52 PM
I once had that fucking problem. Actually, I forget me and did not want to know more about CentOS.
#5
Quote from: maxorator on Aug 08, 2015, 02:03 PM
Quote from: Thijn on Aug 08, 2015, 12:55 PMI guess his apache has blown up.
Who still uses Apache these days?

why do you say that?
#6
Yes...

http://wiki.vc-mp.org/wiki/Query_Mechanism

example:

$res = new VCMPQuery("31.220.22.42", 8192);
$info = $res->getServerInfo();
echo $info['hostname'];
#7
It is usually to connect to IRC.
#8
Servers / Re: Fast & Furious MultiGame Mode
Aug 07, 2015, 01:33 AM
Is a fake PlayerX, many remember me (VRocker, Juppi, Smoke2joinS, Murdock...).
#9
Servers / Re: Fast & Furious MultiGame Mode
Aug 05, 2015, 09:39 PM
Quote from: KAKAN on Aug 05, 2015, 02:05 PMlol. anyways PlayerX u r decent?

No, I'm a old player :P
#10
Servers / Re: Fast & Furious MultiGame Mode
Aug 04, 2015, 07:10 PM
I can only host 2 users per country (Pakistan: Decent_946 and Dragon), but you were persistent, and I hate that.
in irc, first say you're from pakistan and then say you're from america.

31.220.22.42:8194  mode inactive/suspended.

I need to speak with Decent_946

Quote from: KAKAN on Aug 04, 2015, 07:10 AMHe'll take your script BE CAREFULL, free hosters are not good

No, I can not edit your server as agreed.
#11
General Discussion / Re: >>>VPS<<<
Jun 09, 2015, 06:34 PM
Ranmode is good, I buy VPS for 1 year.
#12
Download full server default http://forum.vc-mp.org/?topic=33.msg4669 and unzip it in a folder.
Try turning off your firewall or verify that application uses port 8192.
#13
Closed Bug Reports / Re: NewTimer with Table
Jun 02, 2015, 09:42 PM
local table = {};
function func1()
{
      table[0] <- "lel";
      table[1] <- FindPlayer(10);
}

function func2()
{
     local gettable = table;
     ...
}

for now >_>
#14
Do not give anything complex > _>, still do not know squirrel
#15
You

else if( cmd == "fix" )
 {
      [ player.SetCarHealth ] = 1000;
   MessagePlayer("#06FA16] Your car has been fixed.");
 
 }

FIX:

else if( cmd == "fix" )
{
   local Vehicle = Player.Vehicle;
   Vehicle.Health = 1000;
   MessagePlayer("[#06FA16] Your car has been fixed.",Player);
}

http://wiki.vc-mp.org/wiki/Scripting_Resources

for color, use HEX with "[" and "]":

[#FF0000] <- RED
[#00FF00] <- GREEN
[#0000FF] <- BLUE