Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Nemesis2500 on July 12, 2008, 10:22:58 pm

Title: killed
Post by: Nemesis2500 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  :-[
Title: Re: killed
Post by: TanaX01 on July 12, 2008, 10:29:34 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  :-[

mmm one user join in you server make number [1]TanaX01 joined in the game ?
yea.

Use:

Quote
on *:SIGNAL:vcmp.event.chat:{
  var %name = $left([ $1 ],-1),%id = $vcmp.nameid(%name), %team = $iif($vcmp.hgetteam(%id) != -1,$v1,255), %cname = $vcmp.hgetname(%id) $+ :
  vcmp.enforcelogin %id
  vcmp.enforcestfu %id
  vcmp.enforce.censor %id $2-
  if ($left($2,1) == !) {
    { inc -u4 $+(%,anticmdspam.,[ %name ]) | .signal vcmp.event.gamecmd $1- }
  }
  if (%echolevel > 2) vcmp.echo 4 $+ $+($chr(91),%id,$chr(93)) $+ 7 %cname $+ 1 $2-
}

Quote
on *:SIGNAL:vcmp.event.join:{
  if (%echolevel > 0) vcmp.echo 3**03 $1 $2 03joined the server.
  .signal vcmp.event.addplayer $1 $2
  vcmp.gametext $1 ~h~Welcome To The Gran Gta Online Server!
  vcmp.adminmsg $1 $vcmp.hgetname($vcmp.nameid($3)) 
}

-TaNaX01-  ;)

Title: Re: killed
Post by: Force on July 12, 2008, 10:30:07 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
Title: Re: killed
Post by: TanaX01 on July 12, 2008, 10:35:05 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

??????? no sorry is other problem  ;)
Title: Re: killed
Post by: Nemesis2500 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
Title: Re: killed
Post by: Force on July 13, 2008, 01:52:04 am
That would go under:

Code: [Select]
on *:SIGNAL:vcmp.event.kill:{
Title: Re: killed
Post by: TanaX01 on July 13, 2008, 03:30:11 am
That would go under:

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


:S is other error now more problem
Title: Re: killed
Post by: Force on July 13, 2008, 11:35:11 am
Tanax what you posted was never the problem, your the one thats going off topic.
Title: Re: killed
Post by: Nemesis2500 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  >:(
Title: Re: killed
Post by: Nemesis2500 on July 26, 2008, 05:39:44 am
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
is the same i have
Quote
vcmp.echo $vcmp.hgetname(%idk) killed $vcmp.hgetname(%idd) $par($vcmp.deathreason($4))
yours

Quote
vcmp.echo 04** 7 $vcmp.hgetname(%idk) 4 killed 7 $vcmp.hgetname(%idd) 4 $par($vcmp.deathreason($4))
mine with colours  :(
and that bug continues with every script!!!!  >:( >:( >:(
and when i join ingame on mIRC this appears
Quote
VCMP.ID.ADDALIAS Unknown command
HELP! PLEASE! >:(
Title: Re: killed
Post by: Youpi! on July 26, 2008, 06:09:28 am
that's happend because u fucked something up on Rcon.mrc
if you have a new backup file replace it
otherwise problem won't be fixed and trust me no one will ;)
Title: Re: killed
Post by: Mattz on July 26, 2008, 06:14:33 am
Here

Code: [Select]
vcmp.echo 4*** $vcmp.nickcolor($1) 4killed $vcmp.nickcolor($3) $+ 4 $par($vcmp.deathreason($4))
To fix VCMP.ID.ADDALIAS

- Go and the script file and press crlt+f
- Type VCMP.ID.ADDALIAS  in the box provided
- When you find it, delete it

Title: Re: killed
Post by: Nemesis2500 on July 26, 2008, 06:20:46 am
Here

Code: [Select]
vcmp.echo 4*** $vcmp.nickcolor($1) 4killed $vcmp.nickcolor($3) $+ 4 $par($vcmp.deathreason($4))
To fix VCMP.ID.ADDALIAS

- Go and the script file and press crlt+f
- Type VCMP.ID.ADDALIAS  in the box provided
- When you find it, delete it

thanks d00d  ;D
Title: Re: killed
Post by: Mattz on July 26, 2008, 06:30:06 am
np  ;D
Title: Re: killed
Post by: TanaX01 on July 27, 2008, 12:15:57 am
Here

Code: [Select]
vcmp.echo 4*** $vcmp.nickcolor($1) 4killed $vcmp.nickcolor($3) $+ 4 $par($vcmp.deathreason($4))
To fix VCMP.ID.ADDALIAS

- Go and the script file and press crlt+f
- Type VCMP.ID.ADDALIAS  in the box provided
- When you find it, delete it

thanks d00d  ;D

np  ;D

Hahahah Lol Nemesis and mattz nice aport and you help my  ;)
Title: Re: killed
Post by: Nemesis2500 on July 29, 2008, 02:16:53 pm
Quote
Hahahah Lol Nemesis and mattz nice aport and you help my  ;)
wtf xD  ;D