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.


Topics - Nemesis2500

Pages: [1]
1
mIRC/pawn Scripting / !ip
« on: July 20, 2008, 12:20:37 am »
how can i make a command in that i type !ip on irc,for example
Quote
Nemesis_24>!ip 2
Hunter_Bot>IP: 201.215.55.26
(just an example)
and when i type it,automatically creates a new file like vcmp.getip
plz help ._.  ;D

2
mIRC/pawn Scripting / killed
« on: July 12, 2008, 10:22:58 pm »
hey guys i have a problem...whe someone kill someone it randomly doesnt appears on IRC

Quote
Hunter_Bot>   **  Nemesis_24  killed   (MP5)

Quote
<Hunter_Bot>   **   killed  Kenshin  (M60)
<Hunter_Bot>   ** killed Kenshin (M60)

pls help  :-[

3
mIRC/pawn Scripting / !banlist
« on: July 12, 2008, 05:38:08 am »
Quote
[22:35]   <Nemesis_24>   !banlist
[22:35]   *Hunter_Bot*   [Nemesis_24]
[22:35]   *Hunter_Bot*   1215120346=201.215.55.26 banned Reason: Test
[22:35]   *Hunter_Bot*   1215209245=201.215.55.26 banned

how can i make if i unban someone it automaticlly desapears from !banlist.
Something like this
Quote
[22:35]   <Nemesis_24>   !banlist
[22:35]   *Hunter_Bot*   [ No PLayers Has Been Banned ]

sorry if my english sucks ._.  :-[

4
mIRC/pawn Scripting / !say %name xD
« on: July 08, 2008, 02:18:54 pm »
Hello guys
i know that !say %name will pwn your server  :-\ ,is there any way to protect my server from annoying ppl that want to pwn my server  :o

5
mIRC/pawn Scripting / !stfu on IRC
« on: June 30, 2008, 11:17:51 pm »
Hello guys... ;)
i have a little problem with !stfu on irc

Quote
<Nemesis_24>   !stfu xD
<Hunter_Bot>   Admin:[ Nemesis_24 ] Added:[ ] To:[ STFU List ]

nothing appears on added
Quote
Added:[ ]

Quote
elseif ($1 == !stfu) { vcmp.addstfu $2- | vcmp.adminchat Admin:[ $nick ] Added:[ $vcmp.hgetname($vcmp.nameid($2)) ] To:[ STFU List ] 
    }

i dunno wth
pls help  ;D

PS:same with !unstfu

6
mIRC/pawn Scripting / !mycars
« on: June 20, 2008, 03:51:59 am »
hello  ;D
does this works on GUS

Quote
ALIAS COMMAND
-------------------------------------------


alias vcmp.carownerid {
  var %a = $ini(vcmp.cars.ini,0),%b
  while (%a > 0) {
    if ($readini(vcmp.cars.ini, $ini(vcmp.cars.ini,%a), owner) == $1) {
      if (%b == $null) %b =  $ini(vcmp.cars.ini,%a)
      else %b = %b - $ini(vcmp.cars.ini,%a)
    }
    !dec %a
  }
  !return %b
}




COMMAND ITSELF
-------------------------------------------

if ($2 == !mycars) {
  var %a = $vcmp.carownerid($1)
  if (%a == $null) vcmp.msg $vcmp.getid($1) You have no vehicle
  else {
    vcmp.msg $vcmp.getid($1) Your vehicle ID is %a
  }
}


of i need to change only this?
Quote
if ($2 == !mycars) {
to
Quote
elseif ($2 == !mycars) {

7
mIRC/pawn Scripting / 2 questions
« on: May 18, 2008, 06:57:09 am »
i have 2 questions  ;D

1. how can lock a skin for example if someone (not admin) choose that skin inmediatly dies and an announce appears saying "Skin locked,admins only"

2. how can i add a death pickup for example  someone see dropped cash and qhen he pick up it he dies

hope u reply me thx 4 ur atention  ;D

PS:IM USING GUS 10.0

8
mIRC/pawn Scripting / 2 questions =P
« on: March 07, 2008, 07:23:20 pm »
hey ppl
1st question: im usins sansan v3 and i have the !jail,!drop and !drown command,but how can i make those commands ingame (only admins) because i only can use them in IRC ???

2nd question: how can i make an auto-warn command for exapmple when someone drive-by

pls help  :-X

9
mIRC/pawn Scripting / how to create a server
« on: February 05, 2008, 08:41:14 pm »
maybe to you this is a stupid question but
pls help me,i want to know how to create my own server  ??? pls help  :P

Pages: [1]