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

Pages: [1] 2
1
Vice City / Re: 0.4
« on: August 26, 2012, 12:44:57 pm »
I wanted to say
Nice bump Dilson

But I kinda agree with Dilson on this one... It's been a while since we received an update or a screenshot/video of testing.. Maybe show us something new??

No! we won't show any more updates, we are gonna keep it all within ourselves  8)

actually there hasn't been any development for the past 3 months, so there is nothing new to show :)

2
Hunting-Arena Server / Server is officially getting shutdown by Sep 1st
« on: August 04, 2012, 11:49:15 am »
Hey HA Hunters,

The time has come to bid goodbye to HA server .

I would like to thank the whole VC-MP community for supporting us for these many years  :D . Hope the time you spent in our server was well spent and enjoyable.

My special thanks to:
rulk,Windlord,Force,Juppi,VRocker and Hunting Arena Admin team;) Without you guys, this server wouldn't have come this far, so thanks for your support.

Adios..bye..ciao...tata   :)

http://hunting-arena.in/forum/index.php/topic,885.0.html

Regards,
Hunting Arena Team

3
XE Servers (Legacy) / Re: Howdy!
« on: December 29, 2011, 07:48:40 pm »
dejavu  :o

wb Tommis ;)

4
mIRC/pawn Scripting / Re: NO DROPS
« on: September 16, 2011, 09:28:32 pm »
its hardcoded into the client,so it can't be controlled  :(

5
mIRC/pawn Scripting / Re: VCMP BOTS ?
« on: September 11, 2011, 03:29:42 pm »
its not available for public but you can script one  ;)

6
Support / Re: Help PLZ....
« on: September 03, 2011, 08:20:27 pm »
It's not going to show up instantly wait at least 24hrs

uhm doesn't that suppose to be instant?  ::)

7
mIRC/pawn Scripting / Re: COLOR IN MIRC
« on: August 29, 2011, 01:15:33 pm »
seems like the dll dont contains ClientMessage if u have an link for it ... b/w nice work with the codes :P

Code: [Select]
http://vcmp.liberty-unleashed.co.uk/files/vcmpdll_vs10.zip
Make sure you have VS2010 runtimes installed

8
mIRC/pawn Scripting / Re: BUG OR WHAT ?!
« on: August 29, 2011, 01:12:31 pm »
have you defined %chan in the variables?  ::)

9
mIRC/pawn Scripting / Re: COLOR IN MIRC
« on: August 28, 2011, 11:40:18 pm »
and if you want the Alias
Code: [Select]
; $1 = ServerID, $2 = Red, $3 = Green, $4 = Blue, $5- = Message
alias vcmp.clientmessageall { !return $dll( " $+ $scriptdirvcmp.dll $+ ", ClientMessageToAll, $1- ) }
; $1 = ServerID, $2 = PlayerID, $3 = Red, $4 = Green, $5 = Blue, $6- = Message
alias vcmp.clientmessage { !return $dll( " $+ $scriptdirvcmp.dll $+ ", ClientMessage, $1- ) }

10
mIRC/pawn Scripting / Re: COLOR IN MIRC
« on: August 28, 2011, 09:16:23 pm »
hi ronald  :P

use
Code: [Select]
vcmp.clientmessage <ServerID> <PlayerID> <R> <G> <B> or
Code: [Select]
vcmp.clientmessageall <ServerID> <R> <G> <B>

11
Support / Re: How to kick
« on: April 25, 2011, 04:08:11 pm »
when i kick  like this /kick 1 lolz then it just kick dont give reason and give me fulll COmmands of VC-MP server

You need to script if you want reason and other stuffs to be displayed, you have a choice of using Pawno / mIRC (which is obsolete atm).

/kick command is a RCON cmd, so it just kicks the player based on the given plr id, you can't display reason or any other statements over there.

12
mIRC/pawn Scripting / Re: still props invalid plz help me
« on: December 20, 2010, 01:47:29 am »

13
mIRC/pawn Scripting / Re: reset weapons for fbs
« on: December 18, 2010, 11:56:48 am »
 hmm try this

Code: [Select]

elseif ($3 == lms) {
    if (%lms == on) vcmp.say $1 ** LastManStanding already in progress!
    else {
      set %lms on
      vcmp.say $1 ** LastManStanding has started! Type !join within 20 seconds.
      .timer 1 20 set %lms off
    }
  }

  elseif ($3 == join) {
  var %id = $2
    if (%lms == off) vcmp.say 1 **  $vcmp.name($1, %id) LastManStanding is not active!
    else {
    vcmp.say $1 ** $vcmp.name($1, %id) has joined LastManStanding!
    vcmp.setlocation $1 %id -754.187866 -1602.638916 23.734970
    vcmp.setarmour $1 %id 0
    vcmp.sethealth $1 %id 100
vcmp.setweapon $1 %id 0 0
    vcmp.setweapon $1 %id 21 500
    vcmp.msg $1 %id Taking you to LastManStanding. Enjoy!
      timer 1 1 vcmp.setcontrols $1 %id 0
      timer 1 2 vcmp.say $1 LastManStanding starting in:
      timer 1 5 vcmp.say $1 ---- 1 ----
      timer 1 6 vcmp.say $1 ---- 2 ----
      timer 1 7 vcmp.say $1 ---- 3 ----
      timer 1 8 vcmp.say $1 ---- GO! ----
      timer 1 8 vcmp.setcontrols $1 %id 1
  }
    }


14
mIRC/pawn Scripting / Re: reset weapons for fbs
« on: December 17, 2010, 05:26:13 pm »
exactly what Devian said, just use some vars to define the player id

eg:

var %id = $2

and use the vcmp.setweapon first before setting the weapons, as it will disarm all the current weps that the plr holds :)

15
mIRC/pawn Scripting / Re: props id invalid''''wtf!!!help plz
« on: December 16, 2010, 06:34:22 pm »
FBS=Fail Basic scripts ;)  :o

Oh
it happens to me also but i leave FBS and i made BBS now ..:)





so you fail aswell, then stop blaming the scripts :P

P.S: 2 official servers ie. VCHA and BFVC are running on FBS  8)

Pages: [1] 2