Hey! I'm new to sourcemod and I'm learning basic stuff.
I got some questions:
How do I create a menu that shows all players in the server? (example: ban menu on the default sourcemod admin menu).
How do I call a command with a parameter by the script?
Ex:
PHP Code:
else if (StrEqual(info, CHOICE2))
{
// Call the command sm_swagban ThisIsAPlayerName
}