ow to create a pm command? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: ow to create a pm command? (
/showthread.php?tid=65740)
ow to create a pm command? -
harrold - 15.02.2009
How to create a pm command in rcon?
Re: ow to create a pm command? -
Nimphious - 15.02.2009
what do you mean exactly? so a player can pm all the rcon admins at once?
Re: ow to create a pm command? -
whooper - 15.02.2009
i guess to pm other admins?
Re: ow to create a pm command? -
Pghpunkid - 15.02.2009
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.
Re: ow to create a pm command? -
harrold - 16.02.2009
No how the rcon admin can pm the players
Re: ow to create a pm command? -
rensfromrpas - 16.02.2009
it isn't possible for now at sa-mp but if you'll like i can make a
filterscript for you?
Re: ow to create a pm command? -
MenaceX^ - 16.02.2009
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.
Re: ow to create a pm command? -
rensfromrpas - 16.02.2009
yeh but he want's a fs for rcon admin's to pm players in-game
Re: ow to create a pm command? -
[LDT]LuxurY - 16.02.2009
what's the problem to use SendClientMessage ?
But the player can't send message to RCON console
Re: ow to create a pm command? -
MenaceX^ - 16.02.2009
SendClientMEssage? He can done it as /pmsomething
Never as /pm without using the public.