23.07.2012, 07:10
try to use
if(strfind(IGName,"Romel", true) == 0)
but you should better use strcmp, as if I take nick Romel07, I could still use that cmd if you use strfind
if(strcmp(IGName,"Romel",true ) == 0)
if(strfind(IGName,"Romel", true) == 0)
but you should better use strcmp, as if I take nick Romel07, I could still use that cmd if you use strfind
if(strcmp(IGName,"Romel",true ) == 0)