Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: TanaX01 on July 03, 2008, 06:48:40 am
-
Hai All Please Help My
In:
** 4 finalchiky joined the server.
<Marcispeems> [KFD]Rackball: !getcar39
<Marcispeems> [KFD]Rackball: !getcar 39
<Marcispeems> panguino: pues fui ala casa de un amigo
<Marcispeems> panguino: Xd
<Marcispeems> [KFD]Rackball: o
Why Not
<Marcispeems> [1][KFD]Rackball: !getcar39
<Marcispeems> [1][KFD]Rackball: !getcar 39
<Marcispeems> - panguino: pues fui ala casa de un amigo
<Marcispeems>
<Marcispeems> [1][KFD]Rackball: o
[ID] User Chat : Hi
[5]TanaX01: Hi All
Please Help
-
??? what is your point? ???
-
He wants the ID to show before the play name in the echo:
Here's how to do it in sansan:
Here'e the edited CHAT EVENT:
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-
It's mostly that last line you're gonna want to look at ^^
Here's the edited JOIN EVENT:
on *:SIGNAL:vcmp.event.join:{
if (%echolevel > 0) vcmp.echo 7** $vcmp.nameid($1) $2 joined the server.
.signal vcmp.event.addplayer $1 $2
vcmp.gametext $1 ~h~Welcome $2 $+ !
You can see the rest of it is default, you may make other changes.
-
Or you could use my method :P
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.,[ $+ %id $+ ]) | .signal vcmp.event.gamecmd $1- }
}
if (%echolevel > 2) vcmp.echo 4 $+ $+($chr(91),%id,$chr(93)) $+ 7 %cname $+ 1 $2-
-
that's the same thing for what he wants to do .-.
-
Thank Revilo ;D
-
that's the same thing for what he wants to do .-.
Lol I know but mine looks like
-
.-.