OK...I am sick and tired of asking stupid questions on here. So would someone please explain to me the difference in all the returns.
return 1;
return PLUGIN_HANDLED;
return PLUGIN_HANDLED_MAIN;
return PLUGIN_CONTINUE;
return FMRES_IGNORED;
...
all these different things
I don't know when to use what and I am always asking for help because something is not working properly...
Can someone either type to me what the differences are, or link me to a page so I can read a DESCRIPTION on what they do.
ALSO...I wish to change a plugin of mine from saving to nVault -> SQL.
I have no clue about SQL...so I will start off by asking this. Do I need to go online and create some sort of SQL account to save data to ? Or do i get some program and create a SQL database on my computer here. OR...what do I need to do in order to even think about saving to SQL ?