Author Topic: killed  (Read 8749 times)

0 Members and 1 Guest are viewing this topic.

Offline Nemesis2500

  • Wiseguy
  • **
  • Posts: 63
  • The Joker
    • View Profile
    • Grand VCMP Server
killed
« 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  :-[


Offline TanaX01

  • Made Man
  • ***
  • Posts: 214
  • BlackList! <3
    • View Profile
Re: killed
« Reply #1 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-  ;)


Offline Force

  • LU Developer
  • Made Man
  • *
  • Posts: 242
    • View Profile
Re: killed
« Reply #2 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

Offline TanaX01

  • Made Man
  • ***
  • Posts: 214
  • BlackList! <3
    • View Profile
Re: killed
« Reply #3 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  ;)

Offline Nemesis2500

  • Wiseguy
  • **
  • Posts: 63
  • The Joker
    • View Profile
    • Grand VCMP Server
Re: killed
« Reply #4 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


Offline Force

  • LU Developer
  • Made Man
  • *
  • Posts: 242
    • View Profile
Re: killed
« Reply #5 on: July 13, 2008, 01:52:04 am »
That would go under:

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

Offline TanaX01

  • Made Man
  • ***
  • Posts: 214
  • BlackList! <3
    • View Profile
Re: killed
« Reply #6 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

Offline Force

  • LU Developer
  • Made Man
  • *
  • Posts: 242
    • View Profile
Re: killed
« Reply #7 on: July 13, 2008, 11:35:11 am »
Tanax what you posted was never the problem, your the one thats going off topic.

Offline Nemesis2500

  • Wiseguy
  • **
  • Posts: 63
  • The Joker
    • View Profile
    • Grand VCMP Server
Re: killed
« Reply #8 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  >:(


Offline Nemesis2500

  • Wiseguy
  • **
  • Posts: 63
  • The Joker
    • View Profile
    • Grand VCMP Server
Re: killed
« Reply #9 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! >:(


Offline Youpi!

  • Street Thug
  • *
  • Posts: 10
    • View Profile
Re: killed
« Reply #10 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 ;)

Offline Mattz

  • VC:MP Lead Tester
  • Made Man
  • *
  • Posts: 192
  • BK-201
    • View Profile
Re: killed
« Reply #11 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



Offline Nemesis2500

  • Wiseguy
  • **
  • Posts: 63
  • The Joker
    • View Profile
    • Grand VCMP Server
Re: killed
« Reply #12 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


Offline Mattz

  • VC:MP Lead Tester
  • Made Man
  • *
  • Posts: 192
  • BK-201
    • View Profile
Re: killed
« Reply #13 on: July 26, 2008, 06:30:06 am »
np  ;D


Offline TanaX01

  • Made Man
  • ***
  • Posts: 214
  • BlackList! <3
    • View Profile
Re: killed
« Reply #14 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  ;)