Impossible to save stats
#6

Quote:
Originally Posted by aoky
View Post
Try this.
PHP Code:
UpdatePlayerData(playerid)
{
    if(
Player[playerid][IsLoggedIn] == true)
    {
        new 
query[600];
        
mysql_format(g_SQLquerysizeof(query"UPDATE `players` SET `skin_player` = '%d', `cash` = '%d WHERE `id` = '%d' LIMIT 1",
        
        
Player[playerid][Skin_Player],
        
Player[playerid][Cash],
        
Player[playerid][ID]);
        
        
mysql_tquery(g_SQLquery);
        return 
1;
    }

And don't post screenshots of your code, please use pastebin or just post the code in the PHP feature on the forums.
does not work bro


.pwn -> https://pastebin.com/pu0Kjcas
Reply


Messages In This Thread
Impossible to save stats - by Klayton - 20.12.2017, 00:20
Re: Impossible to save stats - by Logok987 - 20.12.2017, 10:26
Re: Impossible to save stats - by DelK - 20.12.2017, 10:38
Re: Impossible to save stats - by Klayton - 20.12.2017, 13:14
Re: Impossible to save stats - by aoky - 20.12.2017, 13:20
Re: Impossible to save stats - by Klayton - 20.12.2017, 13:47
Re: Impossible to save stats - by aoky - 20.12.2017, 13:47
Re: Impossible to save stats - by Klayton - 20.12.2017, 13:49
Re: Impossible to save stats - by Konstantinos - 20.12.2017, 13:51
Re: Impossible to save stats - by aoky - 20.12.2017, 13:52
Re: Impossible to save stats - by Klayton - 20.12.2017, 13:54
Re: Impossible to save stats - by aoky - 20.12.2017, 13:56
Re: Impossible to save stats - by Klayton - 20.12.2017, 13:57
Re: Impossible to save stats - by Konstantinos - 20.12.2017, 14:01
Re: Impossible to save stats - by Klayton - 20.12.2017, 14:10
Re: Impossible to save stats - by Konstantinos - 20.12.2017, 14:16
Re: Impossible to save stats - by Klayton - 20.12.2017, 14:18

Forum Jump:


Users browsing this thread: 1 Guest(s)