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

Pages: [1]
1
mIRC/pawn Scripting / IRC Problem
« on: March 09, 2009, 03:10:15 pm »
Can someone help me through out the Irc ...
Like:
Code: [Select]
on *:JOIN:*:{
Code: [Select]
on *:Quit
And other actions and alll means i need all like in GUS
In Gus there are signals according to which script works..i too want that like JOIN and Quit if there are any...

Thanks
Amenine

2
XE Servers (Legacy) / My Rights
« on: March 06, 2009, 12:25:32 am »
Dear Admins of XE..

Shocking
I dont know why my admin rights have been taken back..
I was not given any warning though..but i got pm from Head that Chucky blamed me as i am hacing on the name of [DU]Darfy...lol never why i gonna use other name and about hacing i havent done it..it was alright first but i dont know why it happens so do something about thi issue.... :-\

Thanks
Amenine

3
mIRC/pawn Scripting / InVaLiD NiCk..
« on: March 02, 2009, 09:50:14 am »
Hey i am trying to convert WSV little but getting problem here...about invalid nick gets a kick...but its kicking everyone in server with name as [CG]Amenine or with invalid name as !!35433%%#...Plz try to sort this out...

Here.
Code: [Select]
if ($len($3) < 3) || ($left($3,1) isnum) || ($chr(35) isin $3) || ($chr(36) isin $3) || ($chr(37) isin $3) || ($3 == none) {
    vcmp.say *** $3 has been auto-kicked. [Invalid Nick]
    vcmp.announce %id ~y~Please change your nick-name..
    .timer 1 2 /vcmp.kick %id
  }

4
mIRC/pawn Scripting / Heal Location..
« on: December 31, 2008, 01:01:17 am »
Can anyone post all the heal locations in vcmp..with their boundaries..of 4 corners..can anyone ..

Thanks
Amenine

5
mIRC/pawn Scripting / Ratio Problem..
« on: December 30, 2008, 06:27:31 pm »
Here ..its not working..anything wrong in it,,
Code:
Code: [Select]
elseif ($2 == !danger) {
    var %a = 0,%c = -100
    while (%aa <= %MaxPlayers) {
      if ((%ratio > %c) var %b = $vcmp.name(%a),%c = %ratio
      elseif ((%ratio == %c) {
        if ($vcmp.kills(%b) > $vcmp.kills(%a)) { }
        elseif ($vcmp.kills(%b) < $vcmp.kills(%a)) var %b = $vcmp.name(%a),%c = %ratio
      }
      !inc %aa
    }
    if (%b) vcmp.say == %b is the most dangerous player with a ratio of %c
    else { }
  }

Thanks
Amenine

6
mIRC/pawn Scripting / Gus (Markers)
« on: December 19, 2008, 11:08:06 pm »
Hya Guys,

I have a question..
How can i set markers in GUS script..
Like ..!!
vcmp.setdestination x y z.........? Like this...but where to paste it under spawn signal or what..and i want that markers will be like this..
Money=C
Mailbu Club=M
Sunshine Autos=S

Example=Like in real vicecity....?? :-\

Thanks
Amenine

7
mIRC/pawn Scripting / Gus Vehicle Indentifier..
« on: November 23, 2008, 05:48:18 pm »
Hey guys i got a little problem here....if any one solve it..plzzzzz
Whenever i entered the vehicle it says u entered in ID:0
But i want that it would say that You entered in the Pcj or any other vehicle ..
Reply if u can solve itt.. :-\

Thanks
Amenine

Pages: [1]