• 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 - Falcon

#1
Public Beta / Re: VC:MP 0.4 Public Beta
April 07, 2010, 10:40:31 AM
Quote from: [AoD]NC on April 06, 2010, 07:34:58 PM
Why we always need to download all vcmp files, if we only need the flt/dll file v_v?
Simple answer is would all people know where to put flt file or even what it is.
#2
Support / Re: R2 bug?
February 16, 2010, 06:02:46 AM
Might be helpful if you guys tell us which hacks aren't crashing the game so we can look into.

Make sure its in form of private message of course.
#3
General Discussion / Re: Beta Team
February 16, 2010, 03:18:51 AM
The more testers the better imo, given the fact all 3 devs are from different time zones and find it hard sometimes to have any testers active when required makes abit of sense to have more wouldn't you agree.

Plus more testing means better mod release because the testers find the bugs/faults before the release ....
#4
mIRC/pawn Scripting / Re: mIRC obsolete ?
February 10, 2010, 07:45:59 AM
Well the current list of rcon commands will stay so all irc scripts will still connect and work.

But as Boss was staying it will be a pawn server so all you cars and players will need to be added via pawn.. Plus i won't be adding in the extra rcon commands that pawn will have access too.

As for VRocker answer is correct also you can add in as many rcon commands as you like but tbh pawn is alot faster more stable and is always connected unlike irc so coverting you scripts would be the correct way to go.
#5
Support / Re: Troubles with CRC32
February 02, 2010, 07:26:07 AM
Remove mods .. vc-mp doesn't support any other mods sorry.
#6
mIRC/pawn Scripting / Re: A Problem
January 18, 2010, 09:02:34 AM
Who said no irc support .. pawn server supports all rcons that std server does.
Quote from: thijn on January 17, 2010, 09:07:56 AM
But we have no support for plugins so no IRC echo. I will stick with mIRC ;D
#7
General Discussion / Re: /me has annoying color
January 17, 2010, 09:03:33 PM
It works fine for me .. can somebody post a pic ??
#8
General Discussion / Re: r2 buildmode fails again?
January 17, 2010, 09:02:46 PM
Build mode code hasn't changed from 0.3 .. will look into how ever.

Quote from: MrAcmering on January 16, 2010, 08:23:05 PM
I think the r2 buildmode fails for theese things:

/v Doesn't give you a vehicle
/skin crashes

wtf?
#9
News / Pawn Server Patch && Client Released[Latest]
January 17, 2010, 10:05:46 AM
Updated Pawn server with some bug fixes.

Client:Click here
WinServer: Click here
LinuxServer: Click here

Fixed

CreateVehicle()
Timers

Added

DeleteVehicle()


Note patched server requires patch no:2 client for DeleteVehicle() to work.
Sp make sure you check version before using the command.
#10
mIRC/pawn Scripting / Re: List of Bugs with Pawno
January 17, 2010, 05:12:10 AM
Yea already know about this .. should maybe read before reporting bugs.
Quote from: Zegro on January 16, 2010, 06:40:22 PM
1) timers don't seem to work[although I may be missing something)
Never seen that bug before and tested appears to work fine for me.
Quote from: Zegro on January 16, 2010, 06:40:22 PM
2) setplayerskin bugs a player on skin[can't shoot, get into cars...]
Will be fixed very soon.
Quote from: Zegro on January 16, 2010, 06:40:22 PM
3) gm name can't be changed, native does nothin - setgametext or somethin it is
Will look into as stated by boss already reported.
Quote from: Zegro on January 16, 2010, 06:40:22 PM
4) createvehicle causes runtime error
How about try using SetPlayerTeam() instead .. Didn't noticed setplayercolor was still in inc.
Quote from: Zegro on January 16, 2010, 06:40:22 PM
5) setplayercolor causes runtime error

#11
Support / Re: Not so F AQ pt.2
January 15, 2010, 09:53:05 AM
Well up to now vcmp has only had irc scripting released so all server's currently run std server with irc scripts. So trying to give them time to convert there modes in pawn.
QuoteWhy would someone want to use a std version when there's a pawn version avaliable? If the problem is with moving .ini scripts into .pwn, I can make a converter in less than a hour.
That's ok.. We will in future versions.
Quote
Whoopsie! Didn't notice it, my bad. Well, it would be nice to make color and fadeout time customisable in the future.
#12
Support / Re: Not so F AQ pt.2
January 15, 2010, 12:16:56 AM
The reason topic was locked was due to the fact it turned into a lets bang out the devs topic.... ain't very nice thing to do given the fact this is our forums.

Quote from: Boss on January 14, 2010, 06:11:09 PM
Me again. The previous thread was locked (for no apparent reason), so I had to start a new one.
I'm almost done making my script, which 100% dublicates MTA 0.5 mode. Yet I'm confused about few other things, which do not let me finish:

Simple reason pawn and std server both use same client atm .. so if we remove death and join messages a server w/o scripts would have none. I might add in a way to define no messages in pawn script or something along those lines.
Quote from: Boss on January 14, 2010, 06:11:09 PM
1. Why are there so many "system messages"? Kills and joins/parts take two lines of code to be put into a mode, yet you can't get rid of them (or change them) if you need to.
There is and we are looking at that in future version's.
Quote from: Boss on January 14, 2010, 06:11:09 PM
2. If there's no easy way of making chat scrolling, at least make it wider so that most of the messages don't take two lines. Some extra chat lines would be nice too.
Same reason as above std server to pawn server has no rpc set in client.
Quote from: Boss on January 14, 2010, 06:11:09 PM
3. How come SetCameraPos can't be used for players separately (addressing them by playerid)? MTA had the camera moving from spawn to spawn but there's no way to do that in VC-MP.

Wasn't aware of these bugs will look into.
Quote from: Boss on January 14, 2010, 06:11:09 PM
4. Many functions simply don't work (SendDeathMessage, SetPlayerDrunk, SetTimer, SetPlayerMarker, SetPlayerColor etc., with the last two even causing crashes). Yes, I know that they take much time to make, but at least remove them from the .inc, since such "placeholders" are not good at all.
Speaking of inoperative functions, I need at least SetTimer for making sailor regeneration an SetPlayerColor for custom class colors. How come nobody noticed that such generic functions do not work?
There is already GameTextPlayer() not sure what else you would like ..
Quote from: Boss on January 14, 2010, 06:11:09 PM
5. Having a simple function for outputting a text on the screen (like you do it at the spawn screen) would be nice too.
Why not if they get a head shot in .. we could make it toggle for some weapons i spose if there is a great need for it.
Quote from: Boss on January 14, 2010, 06:11:09 PM
6. Remove or toggle headshots. They look reasonable when using m4/m60, but blowing the head off with just a colt/tec9...
Yes is possible will look into for update.
Quote from: Boss on January 14, 2010, 06:11:09 PM
7. Having an "ammount" parameter in AddStaticPickup would be nice. Or, at least, lower the ammounts to the ones from MTA (50 molotovs from a single pickup? jeez).
That has been there since vcmp was released .. we are working on fix.
Quote from: Boss on January 14, 2010, 06:11:09 PM
8. And I just recently noticed that melee weapons' hits are almost desynced. I hit a standing still guy with a bat 10 times and his hp reduced just once.
Again thank you for the offer.
Quote from: Boss on January 14, 2010, 06:11:09 PM
I'm still offering my help with readmes/testing/site/whatnot if it helps to fix the things mentioned above sooner.
#13
Support / Re: Not so F AQ
January 14, 2010, 07:18:29 AM
Quote from: olvin122 on January 14, 2010, 02:09:07 AM
1. I think its crystal clear they are not professionals, and don't be so gullible to think otherwise.

2. By providing NO documentation they are practically inciting "hackers" to create their own programs which captures all packets the server sends to the rcon, which in turn will allow scripts to communicate with the server.

3. It's been absolutely appalling (verging on infantile) behaviour, informing players "Not to ask about development of 0.3z R2 or 0.4" or else it wont be released as promptly.

Was it worth all this build up of "shhhh, don't ask" ? I don't think so!

You keep on inciting the hackers by providing no documentation!

If you bothered to search forums you can find more then enough info.

As for inciting hackers by no documentation ... come on get a life ... why would less documentation incite any hackers in any way .. hackers make BAD stuff not anything helpful...

Where does it say anything about DO NOT ask about 0.4 or it won't be released...

We take our own time to make this mod if you don't like the way its been made it very simple don't use it.... OR maybe like Boss has OFFER TO HELP !!!!

Don't come on these forums and complain about something that is FREE and somebody else has taken there OWN time to make.
#14
ShowRoom (pawn) / Location code for pawn
January 12, 2010, 07:52:42 AM
Made location script for pawn.

http://vicecitymultiplayer.com/dl.php?f=13

Hope it helps you guys out.
#15
mIRC/pawn Scripting / Re: CreateVehicle issue
January 12, 2010, 07:07:27 AM
AddStaticVehicle must be used on server start OnGameModeInit().

Didn't see that CreateVehicle() was still in a_vcmp.inc, its not part of current server commands sorry.