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

Pages: [1]
1
mIRC/pawn Scripting / 0.3zr2 mIRC rcon dll
« on: August 11, 2014, 10:19:41 pm »
Dear reader,

Last week some friends and I decided to start playing vcmp again, since a couple of years ago we had a lot of fun on our own server. From what I've read on the website, most of the scripting is now done in the pawn language. However, the script of our server is still in mirc language (custom made at that time). I do not have the time to port the whole mirc script to a pawn gamemode.

A quick search resulted in some broken links for a mIRC rcon dll that should be compatible with the latest version of the Windows server (0.3zr2). I cannot find those files anywhere else on the interwebs. I tried using a different dll (from VRocker?), but that one is not compatible with my mIRC script since I get * $dll: no such routine 'RconIsConnected'-errors, meaning I would have to edit the script anyway when I should use this one.

Is there anybody who has the updated mIRC rcon dll (rcondll.dll, which should be created later than 29-12-2009 as of my current version) for 0.3zr2 (the default one)?

I tried to download it from the following links, found on old topics on this forum, but both are dead:

Quote
http://www.vicecitymultiplayer.com/dl.php?f=4
http://x-ichile.co.cc/downloads/Scripts/dlls/mIRC/rcon%28irc%29.zip

Kind regards,

Mitchel

2
Tutorials / Re: Setting up a R2 Server made with Pawn
« on: February 25, 2010, 11:49:49 pm »
nice tutorial, will be very useful for new users.

I found one mistake:

You wrote:

Code: [Select]
So our final /hello command will be:
if(strcmp("/hoi", cmdtext, true) == 0)

I think 'hoi' has to be replaced with 'hello' :D

Pages: [1]