Alexej Kubarev
New member
why dont u simply add
if(function_name){
done!
}
or you can try this to chack if function fails
if(!function_name){
This fails..
}
if(function_name){
done!
}
or you can try this to chack if function fails
if(!function_name){
This fails..
}