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

Pages: [1] 2 3
2
mIRC/pawn Scripting / Re: IRC commands in game
« on: February 22, 2008, 11:19:28 pm »
:S I know, but i have 
Code: [Select]
.timervcmprecon 0 15 vcmp.check.connected :P

3
mIRC/pawn Scripting / Re: IRC commands in game
« on: February 22, 2008, 11:52:50 am »
Ok! I have !rcon cmd! :) :P

with vcmp.disconnect

4
mIRC/pawn Scripting / IRC commands in game
« on: February 19, 2008, 09:27:05 pm »
Hai!

Need this cmds! Can u help me? :) examp: !reconnect , !connect, !disconnect , !clear (chat window) , !unload vcmp.mrc , !load vcmp.mrc

:S I know how this is very hard, but need.

Thanks, Balee!

5
mIRC/pawn Scripting / Re: Help! Server Xtras
« on: February 19, 2008, 07:50:30 pm »
aha, thx!

6
mIRC/pawn Scripting / Re: Help! Server Xtras
« on: February 17, 2008, 11:04:55 pm »
sorry, i need cannot START with number! Not how it may not use a number!

Please write! :)

Thanks, Balee!

7
mIRC/pawn Scripting / Re: Clan statistics
« on: February 17, 2008, 10:56:38 pm »
the problem is with the %killer and %victim part! :S

I made an attempt in this manner, but not good:

Code: [Select]
var %victim = $iif($2 != $null,$vcmp.partofnick($vcmp.name(%id)),Unknown)
other idea? :-/

8
mIRC/pawn Scripting / Re: Clan statistics
« on: February 15, 2008, 08:39:44 pm »
:P :P But this is only half and little help! :D I have the full cs cmd! :P :D :D

9
mIRC/pawn Scripting / Re: Help! Server Xtras
« on: February 13, 2008, 01:41:45 pm »
WoW, big thanks! :D  :-*

Very good! But I realized a 1st question. :)
I did not look at the second though sufficient.  ::)

Thanks, Balee

10
mIRC/pawn Scripting / Re: Help! Server Xtras
« on: February 13, 2008, 12:03:41 am »
Thanks! :)

But... need some little things

1. cannot start with number

and

2. with ( and ) characters

11
mIRC/pawn Scripting / Help! Server Xtras
« on: February 12, 2008, 08:24:48 pm »
Hi! I have 2 little questions. Please help. :)

1. How may I make it that the nickname may not contain @,/,&,%,*,! and other characters? (kick)

2. How I may have it read through only the parenthesis and the characters in him?
exampl: [VcMp]Testplayer the nick and only need [VcMp]

I hope for it myself expressed it understandable. :)  :-\

Thanks!  :-*

Cya, Balee

12
mIRC/pawn Scripting / Re: How to add a function to a pickup?
« on: February 10, 2008, 11:12:01 pm »
Hi! This is very easy! :P :D

Code: [Select]
on *:SIGNAL:vcmp.pickup:{
  var %name = $vcmp.name($1)
  var %name2 = $replace($replace($vcmp.name($1),[,~),],~)
  var %id = $1



  if ($3 == PICKUPID) {
    set %a $rand(100,200)
    vcmp.cash+ %id %a
    vcmp.msg %id ;example CASH PICKUP: Picked Up Cash - Amount: $ $+ %a $+ , Location: $vcmp.area(%id)
  }
  elseif ($3 == PICKUPID) {
    %a = $rand(10,20)
    vcmp.msg %id ;example DEATH PICKUP - HP Lost: %a $+ , Location: $vcmp.area(%id)
    vcmp.sethp %id $calc($vcmp.hp(%id) - %a)
  }
}

I hope for it I helped, if do not write then though in msn. :) :P

13
mIRC/pawn Scripting / Re: Clan statistics
« on: February 10, 2008, 05:07:19 pm »
Ya, ya! Need help!!!

14
mIRC/pawn Scripting / Re: how to create a server
« on: February 05, 2008, 10:23:18 pm »
Hi!

Not stupid question! :)

Only read this pdf:
http://vercettig.awardspace.com/uploads/VCMP-Server.Doc-Windows.pdf

:P

Cya, Balee

15
mIRC/pawn Scripting / Re: Only 1 little question! :D
« on: February 01, 2008, 07:09:46 pm »
BIG Thanks! This is good! Nice! :D  :-*

Pages: [1] 2 3