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.


Messages - Boss

Pages: [1] 2 3 ... 16
1
UltraMegaServer / Re: server closing :(
« on: April 28, 2010, 11:56:35 pm »
I forgot you're that guy who spent all of MTAVC on your own clan's server doing nothing but robber spawn wars
1) That was not a clan server, but rather a central and the most popular server of Russia. If you can't see the difference - nvm.
2) I spent more of time as a sailor hunting down nabs like some people posting in this topic (now THAT's a hint).
3) I don't recall seeing your nick at the top of gstats, so you've got no bragging rights in regard to MTA:VC at all.

..and 3 admins? thats it? laugh.
Sorry for not dispatching the whole beta team, they're kinda busy.

I guess that doesn't apply to tical cheating LW's since nobody cares about it anymore either, right?
That's not LW's problem, it's Tical's one.

LW's empty, UMS gets 10 players when its up, it can barely hang with the lebowski server...
Because LW is not for nabs who can't live a day without scoring a hundred db/hunter kills thinking how cool they are. I've also already explained what happened to UMS. I have personally witnessed how people migrated to XE for there was no other choice. Then they've waited for a couple of days, UMS never got up and they settled at XE. Simple.

anyway keep responding, it's good entertainment value for me here at work
You are welcome.

Nice trolling too btw.

2
UltraMegaServer / Re: server closing :(
« on: April 28, 2010, 07:01:10 pm »
hmm I wonder who that was...
Not so hard to guess really.

...and grateful for what, the empty server?
Grateful for fulfilling your request. These admins were appointed after your post about cheaters and now you're crying about only getting "snide remarks and bs". This doesn't make much sense, does it?

And the server is not empty because of the cheaters, but rather because of it being down for many days. Nobody ever visited XE before that.

have fun at LW's, bro  ;)
I sure will.

3
UltraMegaServer / Re: server closing :(
« on: April 28, 2010, 07:01:32 am »
hey, I tried to ask people to care about UMS, all I got was snide remarks and BS about how much myself and XE suck.  ::)
Right, why bother mentioning/thanking three new administrators (one from ULK even) with at least one of them regularly checking and banning all the cheaters. So, yeah, in terms of gratefulness you do suck.

But, anyway, enjoy playing on the server adminsitrated by a cheater.

4
Support / Re: lost connecting
« on: April 24, 2010, 08:24:16 pm »
Press F6 and see whether you have any packetloss.

5
mIRC/pawn Scripting / Re: Gamemodes - scripts
« on: April 24, 2010, 01:20:43 pm »
No RPGs are publically released for VC-MP and they are difficult to make.

For DM you can use any of the released scripts by setting classes' teams to 0.

6
Support / Re: Single player in multiplayer?
« on: April 24, 2010, 07:18:14 am »
Then install the client to where your GTA is. A good indication of your success would be other files in mss dir.

7
Support / Re: Single player in multiplayer?
« on: April 23, 2010, 06:04:08 am »
And where are the other files? You installed VC-MP to a wrong directory it seems.

8
Support / Re: Single player in multiplayer?
« on: April 22, 2010, 11:11:05 pm »
Post a screenshot of vc-mp.flt being in your mss folder then.

9
Support / Re: Single player in multiplayer?
« on: April 22, 2010, 07:21:13 am »
The "help site" is pretty much working - http://famp.ru/wiki/Client

Pay particular attention to step #2 and troubleshooting #1 &  #3.

10
Support / Re: A huge problem
« on: April 21, 2010, 06:45:07 pm »
Warez is forbidden. You have to buy the game.

11
Support / Re: how can i creat my own server?
« on: April 18, 2010, 06:22:29 pm »

12
mIRC/pawn Scripting / Re: GUPS 1.15 - Auto-Kick doesnt work.
« on: April 18, 2010, 06:20:46 pm »
It is a good tone to paste the problematic code so that anyone who might potentially want to help you doesn't need to look for it himself.

Code: [Select]
public OnPlayerSpawn(playerid,classid,teamid)
{
format(file, sizeof(file), USERS_FILE, gPlayers[playerid]);
if(dini_Exists(file)) {
if(PlayerInfo[playerid][Logged] != 1) {
new string[256];
format(string,256,"Auto_Kick:[ %s ] Reason:[ Failed to login ]",gPlayers[playerid]);
SendClientMessageToAll(COLOR_GREEN,string);
}
else { // player spawned and logged in so we need to set the money
new cash = dini_Int(file, "Cash");
SetPlayerMoney(playerid,cash);
}
}
else SetPlayerMoney(playerid,0);
return 1;
}

There is no Kick(playerid); here as you can see, so you just have to add it and re-compile. Could've figured yourself.

13
mIRC/pawn Scripting / Re: some questions
« on: April 16, 2010, 03:26:06 pm »
That is possible (never tried myself though).

14
Support / Re: VC-MP Wiki
« on: April 16, 2010, 09:17:20 am »
Site has been changed to http://famp.ru/wiki. I just thought wiki would move to official host before anybody notices. :x

15
Support / Re: Please help me.
« on: April 14, 2010, 08:35:57 pm »
Except one (at the top), which is in Spanish.

Pages: [1] 2 3 ... 16