MySQL doesn't save
#3

Okay here's an example that you could take and use for the script you're using or creating. (Taken from my custom script)

pawn Код:
stock SaveStats(playerid)
{


    format(Query,sizeof(Query),"UPDATE `Accounts` SET `Time` = '%s' WHERE `Username` = '%s'",
        GetTime(),
    GetOriginalName(playerid));
   
    mysql_query(Query);
    mysql_free_result();
    return 1;
}
Reply


Messages In This Thread
MySQL doesn't save - by x96664 - 26.09.2013, 08:38
Re: MySQL doesn't save - by Konstantinos - 26.09.2013, 10:06
Re: MySQL doesn't save - by zT KiNgKoNg - 26.09.2013, 10:10
Re: MySQL doesn't save - by Konstantinos - 26.09.2013, 10:12
Re: MySQL doesn't save - by zT KiNgKoNg - 26.09.2013, 10:24
Re: MySQL doesn't save - by x96664 - 26.09.2013, 10:36
Re: MySQL doesn't save - by Konstantinos - 26.09.2013, 10:41
Re: MySQL doesn't save - by x96664 - 26.09.2013, 11:10
Re: MySQL doesn't save - by Konstantinos - 26.09.2013, 11:22
Re: MySQL doesn't save - by x96664 - 26.09.2013, 12:57

Forum Jump:


Users browsing this thread: 1 Guest(s)