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

Pages: [1] 2 3 ... 5
1
Support / Re: Cant PLAY!!
« on: December 04, 2008, 02:09:09 am »
Make sure you installed VC-MP into your Vice City directory.

2
mIRC/pawn Scripting / Re: Basic Tutorial [Maybe helpful]
« on: September 25, 2008, 02:47:57 pm »
Ok that's fine man, it's just that in the first post you didn't say that it was based on GUS, thus that signal etc would be invalid

3
mIRC/pawn Scripting / Re: Basic Tutorial [Maybe helpful]
« on: September 25, 2008, 01:54:01 am »
You should specify what kind of script this works with, because alot of your information is only true to some scripts.
Btw, an alias doesn't need to start with "vcmp.", it can be anything.
Also your example for readini alias, is not really all that complete. The first example is fine as an exmaple, but the second you left "$vcmp.name($1))". You should specify what type of code should replace that because that's not always what will be used..

4
XE Servers (Legacy) / Re: Server Memories
« on: September 15, 2008, 01:07:41 am »
whats with the wanna-be moderators?
He is a moderator -.-

5
Support / Re: Help!
« on: September 12, 2008, 02:07:51 pm »
Make sure when you installed VC-MP that you installed it into your GTA: VC directory.

6
XE Servers (Legacy) / Re: Server Contest
« on: August 29, 2008, 05:24:16 am »
o noes, his shoes will get wet ;o This is distressing to players >_>

7
mIRC/pawn Scripting / Re: !bikers etc.
« on: August 26, 2008, 04:47:54 pm »
That's what you tell it to say
Code: [Select]
vcmp.say The follow players are using the Biker skin:

8
Support / Re: [BUG FOUND] Weapon Name Bug
« on: August 15, 2008, 11:35:10 pm »
Rofl..
You spend so much time figuring everything out ;D

9
mIRC/pawn Scripting / Re: Mirc script
« on: August 14, 2008, 12:56:54 am »
You can't actually make it run the file, so I suggest making it PM the user a web address.

10
mIRC/pawn Scripting / Re: Help in Syntax
« on: August 12, 2008, 07:17:17 pm »
In other words try removing one of the closing brackets at the end.

11
mIRC/pawn Scripting / Re: Auto Drown
« on: August 10, 2008, 05:22:30 pm »
Oh yea I didn't notice that XD ::)

12
mIRC/pawn Scripting / Re: Auto Drown
« on: August 10, 2008, 05:22:20 am »
Replace %id with %idk.
I think that should work, i dont have a copy of sansan on this computer, but I think that should work.

13
mIRC/pawn Scripting / Re: Working votekick for sansan
« on: July 27, 2008, 04:09:36 am »
It works fine..

14
mIRC/pawn Scripting / Re: Change Commands !cmd to /c cmd
« on: July 26, 2008, 07:01:44 am »
try changing the required level to one less than the user who will use the cmd.
so youd change it to 2

15
mIRC/pawn Scripting / Re: Dribe By Auto Kick Problem
« on: July 26, 2008, 01:30:29 am »
This:
Code: [Select]
var %namek = $strip($vcmp.nickcolor($1)), %named = $strip($vcmp.nickcolor($3)), %idk = $vcmp.nameid(%namek), %idd = $vcmp.nameid(%named), %spawnkill = $vcmp.config.checkforspawnkill(%idd,%idk)Has to be above this:
Code: [Select]
if ($vcmp.deathreason($4) == Drive-By) {
  vcmp.adminchat ** Auto - Kick Player: $+ $chr(91) $vcmp.hgetname(%idk) $chr(93) Reason: $+ $chr(91) Drive - By $chr(93)
  vcmp.kick2 %idk
  vcmp.adminchat Admin-Auto-Kick Player:[ $vcmp.hgetname(%idk) ] Reason:[ Drive-By ]
  }

Pages: [1] 2 3 ... 5