Posts: 260
Threads: 28
Joined: Jan 2009
Reputation:
0
How to create a pm command in rcon?
Posts: 371
Threads: 13
Joined: Dec 2008
Reputation:
0
what do you mean exactly? so a player can pm all the rcon admins at once?
Posts: 367
Threads: 9
Joined: Jul 2007
Reputation:
0
i guess to pm other admins?
Posts: 797
Threads: 21
Joined: Jan 2007
Reputation:
0
my guess is to private message players ingame from a RCON window.
in that case, use a filterscript and OnRconCommand etc to add a pm command.
Posts: 260
Threads: 28
Joined: Jan 2009
Reputation:
0
No how the rcon admin can pm the players
Posts: 102
Threads: 7
Joined: May 2008
Reputation:
0
it isn't possible for now at sa-mp but if you'll like i can make a filterscript for you?
Posts: 3,262
Threads: 30
Joined: Aug 2008
Reputation:
0
You can't create /pm command at all, It has a speicla public for that.
Just return the public OnPlayerPrivmsg with 1 and it will get availalbed.
Posts: 102
Threads: 7
Joined: May 2008
Reputation:
0
yeh but he want's a fs for rcon admin's to pm players in-game
Posts: 219
Threads: 5
Joined: Feb 2007
Reputation:
0
what's the problem to use SendClientMessage ?
But the player can't send message to RCON console
Posts: 3,262
Threads: 30
Joined: Aug 2008
Reputation:
0
SendClientMEssage? He can done it as /pmsomething
Never as /pm without using the public.