hello everyone, I have got a question about custom commands in the admin.dat file for a server
say for example, you know the CP command in the console? say I wanted admins ingame to go
!cp yo
and it would display yo in the center, is there a way to do that
say like
[command]
command = cp <argument>
exec = cp <argument>
desc = use the CP command ingame
levels = 4 5
would the <argument> be picked up by the game, cause I tried this, and nothing happons, but I have other custom commands that do not take arguments, so I wondered if it can be done, I have NO clue about QVMS or what files to put in them, so I cannot do it that way, cause I do not know how ^^
so, any help is appreciated thank you.