Jump to content

Cerere plugin


darkallience3

Recommended Posts

 

#include < amxmodx >
#include < amxmisc >
 
public plugin_init ( )
{
register_plugin ( "Stop Radio", "1.0", "Radio" );
 
register_clcmd ( "radio1", "cmd_stop" );
register_clcmd ( "radio2", "cmd_stop" );
register_clcmd ( "radio3", "cmd_stop" );
}
 
public cmd_stop ( )
return PLUGIN_HANDLED;
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...