[help] Stock
#1

I has script my stock

pawn Код:
stock Log(command[], action[])
{
    new Query[200];
    mysql_real_escape_string(action, action);
    format(Query, sizeof Query, "INSERT INTO `logs` (`Event`, `Details`) VALUES ('%s', '%s')", command, action);
    mysql_query(Query);
}
example how use:

Код:
Log("MakeAdmin", string);
What is wrong? I dont have informations in mysql database !
Reply


Messages In This Thread
[help] Stock - by mariomako - 19.05.2011, 17:31
Re: [help] Stock - by Raimis_R - 19.05.2011, 17:37
Re: [help] Stock - by mariomako - 19.05.2011, 17:50
Re: [help] Stock - by Raimis_R - 19.05.2011, 17:51

Forum Jump:


Users browsing this thread: 1 Guest(s)