• Welcome to Vice City Multiplayer.
 
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 - Charleyutton

#31
VC:MP Clans / Re: [VU] Vice Underdogs
March 23, 2011, 12:04:14 PM
Some recent events:

  • Foxtrot and Shakejunt reaccepted into the clan
  • New trainees: mDz and Rexeland
#32
Support / Re: Radio station in india dont work?
March 22, 2011, 09:50:27 AM
This is hilarious.

Yeah cos you're in India you are too far away from the radio antenna so it can't pick it up.
#33
Quote from: [AoD]NC on February 23, 2011, 01:35:53 AM
Well it is important, if not, why would I do that? But HOW will it be important, we will see in the next days.
* Charleyutton is still waiting.
#34
ShowRoom (pawn) / Re: DeathMatch Basic Script 0.1
March 16, 2011, 06:59:09 PM
Lol... this board becomes more like a parody every time I see it.
#35
mIRC/pawn Scripting / Re: Bus stops
March 15, 2011, 03:55:29 PM
Nice one yazeen


Don't bump old topics
#36
Quote from: [AoD]NC on February 23, 2011, 01:35:53 AM
But HOW will it be important, we will see in the next days.

If you say so, Mr Mysterious.
#37
Videos and Screenshots / Re: Custom sounds in VCMP
February 22, 2011, 01:31:19 PM
Lol nice I guess, but you stretched a 20 sec video into 2 minutes 8 seconds.
#38
Quote from: [AoD]NC on February 20, 2011, 08:51:48 PM
AN IMPORTANT POLL FOR THE FUTURE OF VCMP!

Why exactly is it so important? Are the devs thinking of dropping either one of the servers?
#39
The callback/event for picking up a pickup is not OnplayerPickup.

It's OnPickedUp.
public OnPickedUp(pickupid, playerid)
{
SendClientMessage(playerid,COLOR_YELLOW,"Hey, you picked something!");
return 1;
}

#40
mIRC/pawn Scripting / Re: about settimer
February 21, 2011, 01:01:37 PM
The best way is to make a couple of custom functions. Start with HealAll, then ArmourAll or something. You need to call a loop round all the players ingame, setting their hp and armour respectively. Then, if it is under a command you just need to set 2 timers.

So something like

GameTextForAll("Healing in 3 seconds, boosting armour in 6.");
SetTimer("HealAll", 3000, 1);
SetTimer("AmourAll", 6000, 1);
#41
VC:MP Clans / Re: [VU] Vice Underdogs
February 17, 2011, 11:34:49 PM
Donstald and HauzZ were kicked,

Nicoarin was promoted to full member. Congrats!
#42
General Discussion / Re: vcmp 0.4 will be released?
February 17, 2011, 08:45:02 PM
It may be released at some point in the future, at what point that might be is unclear. I'm afraid you'll just have to settle with that.
#43
ShowRoom (pawn) / Re: Some usefull functions
February 17, 2011, 12:01:17 PM
Everyone has to start somewhere Boss, the best way of learning is observing and trying.

Some people learn slower than others, for a variety of reasons, so don't be so put-downing.

I would have thought the last job of a beta tester would be to discourage activity in this board.
#44
It just means that you've assigned a variable without ever having used it, if I'm not mistaken. It would be more beneficial to find where the unused symbol, or variable, is and either remove it or check if you have forgotten to use it where you should have.
#45
Support / Re: VC-MP An exception ocurred
February 13, 2011, 02:02:46 PM
Nice poll!

This can happen to a lot of people, it's one of VC:MP's defects. One of the things you can do to avoid it is not release all of your ammo from any automatic gun. Ie. Ruger, m4, m60. Other than that, try closing background programs and make sure you're not using up any of your bandwidth with other activities (e.g. Downloading).