Tnx. I think i understand.
What if i want to make plugin. For example: I want to plugin check something and if statement isnt met, plugin will stop. If statement is met, plugin will continue with further action.
Something like this:
Code:
if(test1 != test2)
{
plugin stops
}
if(test5 == test 6)
{
// do something
}
Edit: I tested your code and its not working. amx_plugins says its running, but hud message wasn't s activated (it didn't show on screen).