Ulysses
Ulysses Stuff => Suggestions => Topic started by: Deathtitan77 on February 22, 2013, 09:00:15 AM
-
A command to force the !motd screen on someone.
-
use
function forceulx(target_plys)
for k,v inpairs (target_plys) do
v:concommand("ulx motd")
end
end
should be easy to add as a command
ps: this is roughly what you would do
-
or you could just use the cexec to force the ulx motd command on the player.
-
Can I please have some instructions on how to force a motd screen on a player's screen using cexec?
-
Not sure using xgui, but from game or server console, as superadmin (default),
ulx cexec <player> say !motd
or more sneakily
ulx cexec <player> ulx motd
-
Thanks for the reply.