Quote:
|
Originally Posted by Peli
Change :
Code:
public plugin_init(){
register_plugin(STB_PLUGIN,STB_VERSION,STB_NAME)
To :
Code:
public plugin_init(){
register_plugin("STB_PLUGIN","Version","sanaell")
Above change :
To the version of your plugin.
|
That not that
when i type amx_plugcfg list
i see the plugin running
(with version ..... )
__________________