View Single Post
Author Message
Daastan2k
New Member
Join Date: Apr 2021
Old 04-27-2021 , 03:37   sourcemod commands not working after adding them through rcon
Reply With Quote #1

I am using the following sourcemod plugin :
HTML Code:
https://forums.alliedmods.net/showthread.php?p=2041122
to change player's team. I tried it out from admin account and it works like a charm. For eg :
Code:
sm_exchange
works fine input from console using admin account.

But when I try to use the same command from rcon like this :
Code:
rcon sm_exchange
it doesn't work. It doesn't even give an error or any other statement. I also tried
Code:
sm_rcon sm_exchange
but even that is not working. All the other basic commands like
Code:
sm_map
are working fine. I also made sure that sourcemod and metamod are installed.

I'm starting to think that this plugin can't be used through rcon. If that's the case then is there any other way through which I can move a player from ct to t through rcon ?

Thankyou in advance for any kind of help.
Daastan2k is offline