Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Nemesis2500 on July 20, 2008, 12:20:37 am

Title: !ip
Post by: Nemesis2500 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
Title: Re: !ip
Post by: Nemesis2500 on July 20, 2008, 12:30:47 am
nvm i have it now
Quote
if ($1 == !ip) vcmp.echo ** $vcmp.hgetname($vcmp.nameid($2)) $+ 's IP: $vcmp.hgetip($vcmp.nameid($2))
if someone needs it  ;)
Title: Re: !ip
Post by: TanaX01 on July 20, 2008, 12:35:00 am
nvm i have it now
Quote
if ($1 == !ip) vcmp.echo ** $vcmp.hgetname($vcmp.nameid($2)) $+ 's IP: $vcmp.hgetip($vcmp.nameid($2))
if someone needs it  ;)

yea Thx Elastic_man  :D