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

Pages: [1]
1
mIRC/pawn Scripting / Re: Wich is the best script?
« on: February 11, 2010, 01:05:05 am »
Your very passionate about your work vrocker, put it to good use.

2
mIRC/pawn Scripting / Re: Wich is the best script?
« on: February 10, 2010, 11:52:29 pm »
I'd say FBS. It seems to be the best script for beginners and seems to work fairly well.

PsySQLite does look like it has a lot of features, although its very inefficient. There are unneeded loops and overusage of sqlite, making it heavy on I/O aswell as CPU.
Theres also a major memory leak in psysqlite, since a lot of the sqlite queries dont get freed from memory. I've watched this script happily use 1gig of ram in a few hours.

WSV is ok, although its buggy and windlord hasn't cared about it for ages, so theres been no bug fixes, even for the simple things.

Sansan uses the official dll, which also means that its letting mirc do all the parsing of the rcon packets. We all know mirc is slow and inefficient, so it really shouldn't be doing stuff to do with network packets :(
Same with GUS really, that and its heavily based on INIs (not sure with sansan, not really looked at it)

I have never really used any of these scripts personally, but i've had a breif look at many of them and hosted them. So my opinions are based on this.

all these creators were kind enough to code and share their work.

most of those points have no substance to back them up.

FBS, WSV, Psysqlite and sansan all worked for me and none of those issues you mentioned have ever occurred for me.


im glad i haven't shared my script, i wrote it as a beginner.

maybe other beginners will think twice before sharing their work in future if they only receive things such as "dont touch this" or "this is crap" from the community.

might be your downfall. might not be. who knows

3
mIRC/pawn Scripting / Re: mIRC obsolete ?
« on: February 09, 2010, 09:33:37 pm »
sorry boss, I did not intend "insinuated" to come across offensive


theres functions in pawn to send/receive commands on the rcon, meaning people could add to the mIRC scripting stuff themselves.

would you elaborate for me please, as this sounds rather intriguing.


4
mIRC/pawn Scripting / Re: mIRC obsolete ?
« on: February 09, 2010, 07:58:13 pm »
*even longer sigh*
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.

That means: VC-MP used mrc in the past, but now Pawn is being developed and there is no valid reason to keep mrc.

Well, yes, 1 and 2 are not directly answered, but are slightly insinuated.

*even bigger sigh*  - for different reasons. (I spent 2 years creating my mIRC script, and don’t fancy another two years converting)

Thank you for your reply though.

5
mIRC/pawn Scripting / mIRC obsolete ?
« on: February 09, 2010, 07:39:22 pm »
After that long debate about squirrel, it has come to light that there might be a possibility that mIRC will no longer be supported in VC:MP.

1. Is this true?


If this is correct;

2. Will it become totally obsolete ? e.g, I will not be able to connect my current script to future server releases.

3. What sort of timescale would this happen in, and is it worth "brushing up" my mIRC script?

6
mIRC/pawn Scripting / Re: Wich is the best script?
« on: February 07, 2010, 03:32:15 am »
PsySQLite has best gamemodes

Pages: [1]