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

Pages: 1 [2] 3 4 5
16
mIRC/pawn Scripting / Re: Buycar Scriptin Sasan
« on: July 24, 2008, 04:45:43 am »
whatever, i dont care who made it, its f*****g brilliant, it helped me me with my script, would have taken me hours to do what that thing does in seconds
your welcome xDDDDDD  :D

17
mIRC/pawn Scripting / Re: Buycar Scriptin Sasan
« on: July 24, 2008, 04:44:54 am »
well all credits for
TaNaX01,Nemesis_24,ReVilo & Rulk

18
mIRC/pawn Scripting / Re: Buycar Scriptin Sasan
« on: July 23, 2008, 07:52:07 pm »
sorry for double posting but  ::)...
in vcmp.cars.ini firistly you have to know how many cars you have in your server
for example i have 150 cars  :P
in vcmp.cars firstly goes the [PRICES]
write:
the ids
1=(price)
2=(price) etc etc as i said u hvae to know how many cars u have ingame

with [ID] is the same
1=1
2=2
3=3 etc etc

with [OWNERS] the ids
1=
2=
but only ID's  ;)

with [NAMES] is kinda boring xD
1=(car's name)
2=(car's name) etc etc

now with [SHARE] is the same as [OWNERS] only IDs


I DONT KNOW IF YOU'VE ALREADY DID THIS  :-\ BUT IM TRYING TO HELP

PS:YOU CAN ASK IF YOU DIDNT GET THIS  ;)

19
mIRC/pawn Scripting / Re: Buycar Scriptin Sasan
« on: July 23, 2008, 07:29:48 pm »
So what i did wrong? :(
It's probably becauseTanax didn't post the entire code :P
is the full code  :-\ i think the problem is with the .ini files  ::)

20
mIRC/pawn Scripting / Re: Buycar Scriptin Sasan
« on: July 22, 2008, 11:36:41 pm »
rofl  :-X  ;)

21
mIRC/pawn Scripting / Re: !ip
« 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  ;)

22
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

23
mIRC/pawn Scripting / Re: connect irc channel to the server
« on: July 16, 2008, 02:54:21 am »
The mirc is bugged i think, i got the same thing.

Edit: You need to join the channel before registering it.

yea register you channel :D and you bot autmatic join in channel in remote.ini edit  8)

is cool edit in remote.ini
omg nub  ;D

24
mIRC/pawn Scripting / Re: Lunched New Server But Need Help
« on: July 15, 2008, 08:50:23 pm »
u cant connect both scripts  :-\

25
mIRC/pawn Scripting / Re: !say %name xD
« on: July 13, 2008, 08:27:24 pm »
What revillo said may work but mirc may thing your giving it an empty variable (similar to when you do a $ on its own.

Try adding this...

Code: [Select]
on *:TEXT:*:#:{
if ( $chr( 37 ) isin $1- ) {
kick $chan $nick Feck Off! :)
}
}

hey vrocker where should i put that???  ???

The $chr will stop mirc parsing as a var.
Oh and as windlord said... i dont think this bug exists in my dll but i cannot confirm as i have not personally tested it.

26
mIRC/pawn Scripting / Re: killed
« on: July 13, 2008, 07:16:04 pm »
That would go under:

Code: [Select]
on *:SIGNAL:vcmp.event.kill:{


:S is other error now more problem
hey tanax STFU i have the problem not you  >:(

27
mIRC/pawn Scripting / Re: !banlist
« on: July 12, 2008, 11:37:23 pm »
Just use !unban <fullname>

Failed :S ban nemesis_24 and delate in !unbanip or name  :-X
yes my !unban is only for ips  :-X

28
mIRC/pawn Scripting / Re: killed
« on: July 12, 2008, 10:41:53 pm »
If this is sansan they you need:

Code: [Select]
vcmp.echo $vcmp.hgetname(%idk) killed $vcmp.hgetname(%idd) $par($vcmp.deathreason($4))

Hope that helps :D
where should it be?  :P ::) ;D

29
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  :-[

30
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 ._.  :-[

Pages: 1 [2] 3 4 5