VC:MP 0.3 > mIRC/pawn Scripting

Personal messages?

(1/2) > >>

Juppi:
How can i make commands in server saying text in personal message (like /msg)? I saw thing like that on one of the 0.3z beta servers. I have tried to use vcmp.pm instead of vcmp.say, but the server didn't say anything. Any ideas?

matthiasvegh:
nope, but i had a problem like that recently. i found no soloution, however, i did a bilboard instead.
so..

--- Code: ---elseif !bilboard bla bla bla
write ini bilboard.ini

--- End code ---
and then

--- Code: ---!bilboard vcmp.say readini bilboard.ini
--- End code ---
now, this is is not a code, just a skeleton, but still leaves a problem, when u write\read from the bilboard, it will be public, therfore, u havent gone anywhere near private.
perhaps...

--- Code: ---vcmp.say /msg $getid(name) $2
--- End code ---
??

VercettiG:
The /msg command isn't related to mIRC scripting as far as I know. It's already there.

Juppi:
OK, i tried this:

--- Code: ---vcmp.say /msg %a $2
--- End code ---

where %a is player's ID, but only thing the server says is


--- Quote from: server ---/msg %a [text you write]
--- End quote ---


I think /msg is in VC:MP itself, not in rcon aliases.

EDIT: VG was faster

Tommis:
Hello,

Take a look in the new 0.3z GUS Scripts i just released, almost everything you are looking for is in there, in alias form. As simple as you would need. :)

Cya,
Tommis

Navigation

[0] Message Index

[#] Next page

Go to full version