Hi! i am new to scripting! i was wondering that how will we use the commands which are too long like (adding admin) in server_cmd
i tried this but it doesnt work i guess
Please teach me some method for this! thanks!
PHP Code:
#include <amxmodx>
public plugin_init()
{
register_clcmd( "say admin", "ClientCommand_Test" );
}
public ClientCommand_Test( client )
{
server_cmd("amx_addadmin" , " "STEAM_0:1" "ab" "" "steamid" ");
}
__________________