[FilterScript] uRconConsole - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] uRconConsole (
/showthread.php?tid=437634)
uRconConsole -
ulbi1990 - 16.05.2013
Hey i just woundered why no one released a Filterscript with commands for the console, so i just made a small one with currently 23 commands. (more are comming when i have time)
Commands:
/cmds
/cmds2
/credits
/kickall
/slapall
/cc
/freezeall
/unfreezeall
/blockchat
/allowchat
/healall
/killall
/allgod
/allgodoff
/kick <Playerid> <Reason>
/ann <Text>
* ulbi1990 slaps <Playerid> around a bit with a large trout.
/freeze <Playerid>
/unfreeze <Playerid>
/heal <Playerid>
/kill <Playerid>
/god <Playerid>
/godoff <Playerid>
The prefix can be changed in "line 35" to what ever you want.
I use the modified dcmd define rcmd by Correlli.
So it's pretty simple to add more commands.
Plugins required:
sscanf2
NOTE: It needs to be loaded as Filterscript, because the commands won't work in a gamemode. See the wiki entry for OnRconCommand for further informations.
Greets ulbi1990
Re: uRconConsole -
Kiweeh - 16.05.2013
nice