Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: scripter_pawn on August 28, 2011, 08:10:28 pm

Title: COLOR IN MIRC
Post by: scripter_pawn on August 28, 2011, 08:10:28 pm
in Hunting Arena text has color [red,blue,orange...] can someone give me an syntax for it
Title: Re: COLOR IN MIRC
Post by: Kill3R on August 28, 2011, 09:16:23 pm
hi ronald  :P

use
Code: [Select]
vcmp.clientmessage <ServerID> <PlayerID> <R> <G> <B> or
Code: [Select]
vcmp.clientmessageall <ServerID> <R> <G> <B>
Title: Re: COLOR IN MIRC
Post by: scripter_pawn on August 28, 2011, 10:44:28 pm
thx
Title: Re: COLOR IN MIRC
Post by: Kill3R on August 28, 2011, 11:40:18 pm
and if you want the Alias
Code: [Select]
; $1 = ServerID, $2 = Red, $3 = Green, $4 = Blue, $5- = Message
alias vcmp.clientmessageall { !return $dll( " $+ $scriptdirvcmp.dll $+ ", ClientMessageToAll, $1- ) }
; $1 = ServerID, $2 = PlayerID, $3 = Red, $4 = Green, $5 = Blue, $6- = Message
alias vcmp.clientmessage { !return $dll( " $+ $scriptdirvcmp.dll $+ ", ClientMessage, $1- ) }
Title: Re: COLOR IN MIRC
Post by: scripter_pawn on August 29, 2011, 10:48:32 am
seems like the dll dont contains ClientMessage if u have an link for it ... b/w nice work with the codes :P
Title: Re: COLOR IN MIRC
Post by: Kill3R on August 29, 2011, 01:15:33 pm
seems like the dll dont contains ClientMessage if u have an link for it ... b/w nice work with the codes :P

Code: [Select]
http://vcmp.liberty-unleashed.co.uk/files/vcmpdll_vs10.zip
Make sure you have VS2010 runtimes installed