• Welcome to Vice City Multiplayer.
 
Menu

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.

Show posts Menu

Topics - Nemesis2500

#1
mIRC/pawn Scripting / !ip
July 19, 2008, 11:20:37 PM
how can i make a command in that i type !ip on irc,for example
QuoteNemesis_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
July 12, 2008, 09:22:58 PM
hey guys i have a problem...whe someone kill someone it randomly doesnt appears on IRC

QuoteHunter_Bot>   **  Nemesis_24  killed   (MP5)

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

pls help  :-[
#3
mIRC/pawn Scripting / !banlist
July 12, 2008, 04: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
July 08, 2008, 01: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
June 30, 2008, 10: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
QuoteAdded:[ ]

Quoteelseif ($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
June 20, 2008, 02: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?
Quoteif ($2 == !mycars) {
to
Quoteelseif ($2 == !mycars) {
#7
mIRC/pawn Scripting / 2 questions
May 18, 2008, 05: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
#9
mIRC/pawn Scripting / 2 questions =P
March 07, 2008, 05: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
#10
mIRC/pawn Scripting / how to create a server
February 05, 2008, 06: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