Hi.
I have problem with function contain/containi
When i tried to read from file, I have faced a problem. If in file
Then when i want do something with the de_dust2, the plug-in check dust2 as dust
command de_Dust2 as command de_Dust
Code:
if((containi(arg,read) != -1))
{
console_print(id, "%L", id, "NOT_ALLOW_LMP")
return PLUGIN_HANDLED
}
Sorry for my bad english.