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

#1
mIRC/pawn Scripting / IRC Problem
March 09, 2009, 01:10:15 PM
Can someone help me through out the Irc ...
Like:
on *:JOIN:*:{
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
mIRC/pawn Scripting / InVaLiD NiCk..
March 02, 2009, 07: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.
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
  }

#3
Script Showroom / License Script [Done]
January 05, 2009, 01:18:45 PM
[LB]Darkness requested me for a license script so i have done for him..here it is minor bugs can be here but will work..[GUS]..

Here the script how u can get ur driving license..
elseif ($2 == !getlicense) {
  if (Sunshine-Autos !isin $vcmp.area(%b)) vcmp.msg %id Error - You have to be at the Sunshine Autos!
  elseif ($vcmp.cost(%b) > $vcmp.cash(%b)) vcmp.msg %id Error - You need atleast $ $+ $bytes($vcmp.cost(%b),b) to use this command
  else {
    .timer 1 1  vcmp.setcont %id 0
    .timer 1 1 vcmp.announce %id ~y~Please wait..
    .timer 1 2 vcmp.cash- %b $vcmp.cost(%b)
    !writeini -n vcmp.license.ini LICENSE %name yes
    .timer 1 3  vcmp.msg $2 You can now drive vehicles...
    .timer 1 3 vcmp.announce %id ~y~Got a License!
    .timer 1 3 vcmp.setcont %id 1
  }
}


And License identifier..
on *:SIGNAL:vcmp.enter:{
  var %name = $1
  var %id = $vcmp.getid($1)
  var %Entertype = $4
 
  if ( %EnterType == 16) vcmp.msg %id Entered Vehicle as a driver..
    if ($readini(vcmp.license.ini,LICENSE,%name) == yes) {
      vcmp.msg %id You can drive vehicle,you have driving license..
    }
    else vcmp.msg %id You dont got driving license..
      vcmp.setlocation %id $vcmp.location(%id)
    }
  }
}


-------------------------------
Location:
-------------------------------

-1013.792,-862.95,17.954=SunShine-Autos


Note:Untested

Thanks
Amenine
#4
mIRC/pawn Scripting / Heal Location..
December 30, 2008, 11:01:17 PM
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..
December 30, 2008, 04:27:31 PM
Here ..its not working..anything wrong in it,,
Code:
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)
December 19, 2008, 09: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..
November 23, 2008, 03: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
#8
VC:MP Clans / Carbon Gear [Vcmp Clan]
November 12, 2008, 04:29:07 PM
                        
-==[CG | Carbon Gear | CG]==-  
                                     ....Server Is Up..24 hours..

Leader:Amenine
CO.leader:R@don

Clan Members
Sh@un
C@rbon
Scottyzoe
Aversion
Gta5
Sneapes

Clan Trainees
[CGr]Drho
[CGr]Shady

We are recruiting Players who have skills of running,Shooting,jumping and i must say that alll that good players had... :P

Recruiting Opens from now onwards..check out the forum..And we are looking for the scripters who can help us in making our CG clan awesome like LW and XE..
Carbongear Forum:cg-carbongear.forumclan.com
Scripts based On GUS 10 (For scripters identification)

Thanks
Amenine