22.05.2016, 13:10
Quote:
We're here to help, not to write the code for you. I've told you what you have to do, now find out yourself how and do it. You wont learn otherwise.
|
i think i didn't correctly say the question i think.
When i do something like this:
PHP код:
IRCCMD:checkip(botid, channel[], user[], host[], params[])
{
new query[128],playerip[32];
format(query,sizeof(query),"SELECT * FROM ipbanned WHERE ip ='%s'",playerip);
mysql_function_query(dbhandle,query,true,"","");
return 1;
}
What do i do after that?
How do i get the info further.