• 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

#16
mIRC/pawn Scripting / Help in prop for script v10.0 !!!
October 12, 2008, 03:35:45 PM
hi,
     My icon is proposed as a bug when I was unemployed in me, says no information on the prop, and if I can buy apart when I go out and buy, and entered The Game and not have it over, it's like that is not Saved , Please help, leaving them few images:





I'm using the script of http://forum.vicecitymultiplayer.com/index.php?topic=727.0, because this all good, but I did not jump that what I want to read and to exit The Game is not saved ...
#17
mIRC/pawn Scripting / Re: WSV place script..
October 11, 2008, 04:18:09 PM
in config.ini

<<<<< START OF Ammunation Settup >>>>>

Ammunation_Shop = #shop.no #Pos.X #Pos.Y #Pos.Z #camera.angle.x #camera.angle.y #camera.angle.z #camera.pos.x #camera.pos.y #camera.pos.z

A_Weapon = #shop.no #weapon.pos.x #weapon.pos.y #weapon.pos.z #weapon.1 #weapon.1.Cost #weapon.2 #weapon.2.Cost #weapon.3 #weapon.3.Cost #weapon.4 #weapon.4.Cost

example:

Ammunation = 0 -66.0178 -1481.7504 10.4940 -60.593 -1486.241 12.433 -60.508 -1484.245 12.428

A_Weapon = 0 -60.793 -1488.141 12.24274 278 150 283 220 277 230 276 210

Weapon
Cost

   
   
#18
hi,

   can give me the script !sharedcar, !delsharedcar and !mycars for the script v10.0

thank...
#19
ahhh, are of clan Gx, i are of clan Gx
#20
I do not understand what the

n9=%owner
n10=%bankname
n11=%bankloc
n12=%cardealer
n13=%cardealerloc

did not put that can give me an example
#21
Rimal good job, market would be better if you could put a script with commands for use with these players,

these commands would be nice

! hunter
! buyweapown
! counter
! terrorists
etc ...

and could use cars that are counter to a party (maverick police, police car, FBI Rancher and washintown FBI) and other parts of your car by terrorists, it can be Voodoo, sentinel, sentinel XS, etc ... but in black

GREETINGS,
Cristian_08

PD: Sorry for my English
#22
help WindLord or other people !
#23
mIRC/pawn Scripting / Re: HELPP IN SCRIPT WSV
October 07, 2008, 12:01:11 AM
help me in this?

[variables]
n0=%WSV.HDD C:\WSV\
n1=%serverip
n2=%rconport
n3=%rconpass
n4=%servername
n5=%echochan
n6=%maxplayers
n7=%scriptinfo WSV v0.2 - by Windlord, VRocker and damo. wsv
n8=%serverrules
n9=%owner
n10=%bankname
n11=%bankloc
n12=%cardealer
n13=%cardealerloc 
n14=%serverinit 3760

help please
#24
mIRC/pawn Scripting / Help in Script WSV in Activation
October 06, 2008, 01:23:22 AM
HI,

      I download the script WSV but did not connect, someone leaves me a complete guide?

#25
Hi,
   need that me help in !car, my !car failed

help please

and help in !hp, my hp failed
my !Hp is

Quote
    elseif ($2 == !hp) {
    vcmp.gethp % $+ $$vcmp.nameid($2)
    vcmp.getarm % $+ $$vcmp.nameid($2)
    }

Help please, is SanSan v3
#26
mIRC/pawn Scripting / Need Auto-Warn ...
October 01, 2008, 08:25:12 PM
Need Auto-Warn of Killed in the Sunshine Autos and Killed in the Bank
and a Auto-bank for using/killed minigun

help please...

is SanSan v3
#27
mIRC/pawn Scripting / Script SanSan !racer need
September 13, 2008, 07:25:06 PM
Need script !racer for sansan v3, example of !racer-airport !racer-roof, location of them leave the places

Race-Roof = -527.5378 768.9778 97.0322

Race-Airpot = -1801.743 -1507.377 13.717

that's all
#28
mIRC/pawn Scripting / Re: Script hunter...
September 12, 2008, 08:42:57 PM
   
but where it is supposed to go?
#29
mIRC/pawn Scripting / Re: Script hunter...
September 11, 2008, 09:27:24 PM
change where the money? when one kills someone
#30
mIRC/pawn Scripting / Script hunter...
September 10, 2008, 10:51:55 PM
hi,

   and seen a command that is called !hunt and is as a mode to play, example: putting !hunt begins the hunter, a player puts it, and one must kill him and then give a sum of money for having killed

   
it where the script?

and otherwise

in my server when someone kills a person, does not give you money :S, because it will be?

My script is:

Quote
on *:SIGNAL:vcmp.event.kill:{
  var %namek = $strip($vcmp.nickcolor($1)), %named = $strip($vcmp.nickcolor($3)), %idk = $vcmp.nameid(%namek), %idd = $vcmp.nameid(%named), %spawnkill = $vcmp.config.checkforspawnkill(%idd,%idk)
  if ($vcmp.deathreason($4) == Drive-By) {
  vcmp.adminchat ** Auto - Kick Player: $+ $chr(91) $vcmp.hgetname(%idk) $chr(93) Reason: $+ $chr(91) Driver - By $chr(93)
  vcmp.kick2 %idk
  }
  vcmp.validweapon %idk $4
  vcmp.killingspree.process %idk %idd
  if ($vcmp.acct.exists(%namek) != 0) { vcmp.addkill %namek | vcmp.addweaponstat %namek $4 }
  if ($vcmp.acct.exists(%named) != 0) vcmp.addkilled %named
  if (%echolevel > 1) vcmp.echo 04*** $vcmp.sajatnickcolor($1) 04killed $vcmp.sajatnickcolor($3) 4 $par($vcmp.deathreason($4))
  if (($vcmp.isplayerspawned(%idk)) && (%spawnkill != $null)) vcmp.cmd.killplayer %idk Spawnkilling.
  .signal vcmp.event.handledeath %idd
}