• 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

Messages - Cristian

#31
mIRC/pawn Scripting / Re: Question
September 08, 2008, 11:21:38 PM
hmmm, vcmp.cmdcheck work ? because mine is SanSan v3
#32
mIRC/pawn Scripting / Re: Question
September 07, 2008, 10:12:18 PM
hmmmm ok
#33
mIRC/pawn Scripting / Re: Question
September 07, 2008, 09:53:40 PM
if I change WSV by VCMP work?

Quote
alias WSV.lockcar {
  var %car = $WSV.vehicle($2)
  if ($WSV.name($2) isin $WSV.carowners(%car)) {
      WSV.setvehiclestatus %car 1
      WSV.msg $2 Your Car is Locked..
  }
}

by

Quote
alias vcmp.lockcar {
  var %car = $vcmp.vehicle($2)
  if ($vcmp.name($2) isin $vcmp.carowners(%car)) {
      vcmp.setvehiclestatus %car 1
      vcmp.msg $2 Your Car is Locked..
  }
}

ahy be changed or something else?

Quote
alias WSV.unlockcar {
  var %car = $WSV.vehicle($2)
  if ($WSV.name($2) isin $WSV.carowners(%car)) {
      WSV.setvehiclestatus %car 0
      WSV.msg $2 Your Car is unLocked..
  }

by

Quote
alias vcmp.unlockcar {
  var %car = $vcmp.vehicle($2)
  if ($vcmp.name($2) isin $vcmp.carowners(%car)) {
      vcmp.setvehiclestatus %car 0
      vcmp.msg $2 Your Car is unLocked..
  }

thank for your reply
#34
mIRC/pawn Scripting / Re: Question
September 07, 2008, 09:38:12 PM
I do not understand, and as is the command !forsale?
#35
mIRC/pawn Scripting / Re: Help in !car for sansan v3
September 07, 2008, 01:31:06 PM
solved all, the mistake was mine

   
Sorry for the inconvenience
#36
mIRC/pawn Scripting / Question
September 07, 2008, 01:27:00 PM
Hi,

Question:

1? there is a !lockcar and a !unlockcar for SanSan v3 ?  as is the script?

2? There is a command to know: how many cars there are sold, how many there are prop sold, how many cars there are in total, how many there are in total prop? as is the script?
   
thanks for your reply!
#37
mIRC/pawn Scripting / Re: Help in !car for sansan v3
September 06, 2008, 12:56:43 AM
Quote from: thijn on September 04, 2008, 04:37:00 PM
Just put it were the other aliasses are ;)

:S
#38
mIRC/pawn Scripting / Re: Help in !car for sansan v3
September 03, 2008, 11:45:16 PM
where it is placed:


alias vcmp.carprices !return $readini(vcmp.cars.ini,OWNERS,$1)
alias vcmp.costcar !return $readini(vcmp.cars.ini,PRICES,$1)
#39
mIRC/pawn Scripting / Re: Help in !car for sansan v3
September 03, 2008, 08:57:21 PM
failed prices, car health and car speed,

and what I flaw in the game also is price, this is my file of vcmp.cars


[PRICES]
1=150000
2=150000
3=150000
4=150000
5=150000
6=150000
7=150000
8=150000
9=200000
10=120000
11=120000
12=220000
13=190000
14=190000
15=100000
16=100000
17=100000
18=100000
19=100000
20=120000
....


And owners failed


[OWNERS]
1=Sunshine Autos
2=Sunshine Autos
3=Sunshine Autos
4=Sunshine Autos
5=Sunshine Autos
6=Sunshine Autos
7=Sunshine Autos
8=Sunshine Autos
9=Sunshine Autos
10=Sunshine Autos
11=Sunshine Autos
12=Sunshine Autos
13=Sunshine Autos
14=Sunshine Autos
15=Sunshine Autos
.....


help!
#40
mIRC/pawn Scripting / Help in !car for sansan v3
August 31, 2008, 10:21:53 PM
hello,
         sorry, but need help in this script...

Quote
Price:$chr(91) $ $+  $vcmp.carsprices($vcmp.hgetcarid(%id)) $chr(93) Car Health: $chr(91) $round($calc($vcmp.hgetcarhp(%p) / 10),2) $+ % $chr(93) Car Speed : $chr(91) $vcar.getspeed($1) - $vcar.getacc($1) - $vcar.getmass($1) $chr(93)

   
this is the full script:


Quote
!return $vcmp.name($vcmp.getid($1)) $1 - Vehicle Status: Model: $chr(91) $vcmp.carname($3) $chr(93) ID: $chr(91) $2 $chr(93) Price:$chr(91) $ $+  $vcmp.carsprices($vcmp.hgetcarid(%id)) $chr(93)  Car Health: $chr(91) $round($calc($vcmp.hgetcarhp(%p) / 10),2) $+ % $chr(93) Car Speed : $chr(91) $vcar.getspeed($1) - $vcar.getacc($1) - $vcar.getmass($1) $chr(93)

said:


<&ArgentinaSpoon> ** Shadow - Vehicle Status: Model: [ PCJ-600 ] ID: [ 89 ] Price: [ $ ] Car Health: [ 0% ] Car Speed : [ - - ]


Price, Car Health and Car Speed not working...

Please help in this script....

   
greetings,
Cristian, Alias: Cristian_08                 
#41
thank AdTec_224...
#42
mIRC/pawn Scripting / help in "config of vehicles "
August 31, 2008, 02:30:43 PM
give me the definition of this " config of vehicles "?
Example this:

Vehicle = 191 338.6310 -237.6571 29.1708 98.9897 0 0

that these numbers mean?       

Please, need the definition, help !

   
greeting,
Cristian Alias: Cristian_08                       
#43
mIRC/pawn Scripting / Re: need help in script sansan
August 26, 2008, 03:51:12 AM
ok thank
#44
mIRC/pawn Scripting / need help in script sansan
August 23, 2008, 10:39:57 PM



<ArgentinaSpoon> [] testman: -----
<ArgentinaSpoon> [] testman: -----
<ArgentinaSpoon> [] testman: -----



I do not understand this



" [] " testman :



and the number ??  ???

this is script:

Quote
on *:SIGNAL:vcmp.event.chat:{
var %name = $left([ $1 ],-1),%id = $vcmp.nameid(%name), %team = $iif($vcmp.hgetteam(%id) != -1,$v1,255), %cname = $iif($vcmp.hgetteam(%id),$vcmp.nickcolor(%name $+ $par(%team)) $+ :,01 $+ $1 $+ )
  $iif($($+(%,antispam.,[ %name ]),2) == 5,vcmp.kicknow %id flooding,inc -u5 $+(%,antispam.,[ %name ]))
  vcmp.enforcelogin %id
  vcmp.enforcestfu %id
  vcmp.enforce.censor %id $2-
  if ($left($2,1) == !) {
    if ($($+(%,anticmdspam.,[ %name ]),2) > 0) { vcmp.adminmsg %id ** Error: You must use the commands between 4secs. }
    else { inc -u4 $+(%,anticmdspam.,[ %name ]) | .signal vcmp.event.gamecmd $1- } 
  }
  if (%echolevel > 2) vcmp.echo 2 $+ $+($chr(91),%id,$chr(93)) $+ 7 %name $+  $+ : $2-
}

***  this solutions  ***

need help in script sansan for " hop and higher commands ", the script that need is:
!setcash <name/id> <cash>
!setarmour <name/id> <armour>
!carchangeowner <name/id> <car/id> (but that is changing the owner of the car)
!password <name/id> or !getpassword <name/id>
!banlist (failed my !banlist)
#45
mIRC/pawn Scripting / need help in script sansan
August 23, 2008, 12:58:20 AM
need help in script sansan for " hop and higher commands ", the script that need is:

!setcash <name/id> <cash>
!setarmour <name/id> <armour>
!carchangeowner <name/id> <car/id> (but that is changing the owner of the car)
!password <name/id> or !getpassword <name/id>
!banlist (failed my !banlist)

and this



<ArgentinaSpoon> [] testman: -----
<ArgentinaSpoon> [] testman: -----
<ArgentinaSpoon> [] testman: -----



I do not understand this



" [] " testman :



and the number ??  ???

this is script:

Quote
on *:SIGNAL:vcmp.event.chat:{
var %name = $left([ $1 ],-1),%id = $vcmp.nameid(%name), %team = $iif($vcmp.hgetteam(%id) != -1,$v1,255), %cname = $iif($vcmp.hgetteam(%id),$vcmp.nickcolor(%name $+ $par(%team)) $+ :,01 $+ $1 $+ )
  $iif($($+(%,antispam.,[ %name ]),2) == 5,vcmp.kicknow %id flooding,inc -u5 $+(%,antispam.,[ %name ]))
  vcmp.enforcelogin %id
  vcmp.enforcestfu %id
  vcmp.enforce.censor %id $2-
  if ($left($2,1) == !) {
    if ($($+(%,anticmdspam.,[ %name ]),2) > 0) { vcmp.adminmsg %id ** Error: You must use the commands between 4secs. }
    else { inc -u4 $+(%,anticmdspam.,[ %name ]) | .signal vcmp.event.gamecmd $1- } 
  }
  if (%echolevel > 2) vcmp.echo 2 $+ $+($chr(91),%id,$chr(93)) $+ 7 %name $+  $+ : $2-
}

thanks for help  ;) and sorry for my english  :(