How can I save stats?
#5

I don't see what's the problem. You just have to put this in a command
PHP Code:
new query[70];
    
mysql_format(g_SQLquerysizeof query"UPDATE `players` SET `kills` = %d, `score` = %d WHERE `id` = %d LIMIT 1"Player[playerid][Deaths], Player[playerid][Score], Player[playerid][ID]); 
Just put commas and add how many ever stats you want to save.
Reply


Messages In This Thread
How can I save stats? - by Fratello - 17.04.2017, 10:57
Re: How can I save stats? - by LazzyBoy - 17.04.2017, 11:52
Re: How can I save stats? - by Astralis - 17.04.2017, 11:56
Re: How can I save stats? - by Fratello - 17.04.2017, 14:34
Re: How can I save stats? - by DarkSkull - 17.04.2017, 21:41
Re: How can I save stats? - by Fratello - 18.04.2017, 05:59

Forum Jump:


Users browsing this thread: 1 Guest(s)