[Ajuda] Problemas no MySQL
#8

Quote:
Originally Posted by Felipealves
View Post
PHP Code:
stock SalvarDados(playerid

    new 
Query[600]; 
    
mysql_format(IDConexaoQuerysizeof(Query), "UPDATE `users` SET `Skin`=%d, `Admin`=%d, `horav`=%d, `mimv`=%d, `segv`=%d, `matout`=%d, `morreut`=%d, `matou`=%d, `matobandidos`=%d, `matouz`=%d, `vida`=%d, `temperatura`=%f, `fome`=%d, `sede`=%d, `spawnx`=%f, `spawny`=%f, `spawnz`=%f WHERE `Nome`='%s'"
    
PlayerLogin[playerid][Skin], 
    
PlayerLogin[playerid][Admin], 
    
PlayerLogin[playerid][horav], 
    
PlayerLogin[playerid][mimv], 
    
PlayerLogin[playerid][segv], 
    
PlayerLogin[playerid][matout], 
    
PlayerLogin[playerid][morreut], 
    
PlayerLogin[playerid][matou], 
    
PlayerLogin[playerid][matoubandidos], 
    
PlayerLogin[playerid][matouz], 
    
PlayerLogin[playerid][vida], 
    
PlayerLogin[playerid][temperatura], 
    
PlayerLogin[playerid][fome], 
    
PlayerLogin[playerid][sede], 
    
PlayerLogin[playerid][spawnx], 
    
PlayerLogin[playerid][spawny], 
    
PlayerLogin[playerid][spawnz], 
    
Name(playerid));
    
mysql_tquery(IDConexaoQuery"DadosSalvos""i"playerid);
    return 
1

forward DadosSalvos(playerid); 
public 
DadosSalvos(playerid){
    return 
printf("Conta salva id: %d"PlayerLogin[playerid][ID]);

use '%s' sempre que for string, se for qualquer outro tipo nгo precisa.
Nгo entendi bem o que tu quis dizer. Eu tenho que usar %s no Nome por ser uma string e no resto eu faзo oq?
Reply


Messages In This Thread
Problemas no MySQL - by Scorpion659 - 07.03.2019, 12:49
Re: Problemas no MySQL - by Felipealves - 07.03.2019, 13:59
Re: Problemas no MySQL - by ipsLuan - 07.03.2019, 15:33
Re: Problemas no MySQL - by Scorpion659 - 08.03.2019, 01:25
Re: Problemas no MySQL - by Felipealves - 08.03.2019, 01:52
Re: Problemas no MySQL - by Scorpion659 - 08.03.2019, 12:21
Re: Problemas no MySQL - by Felipealves - 08.03.2019, 12:49
Re: Problemas no MySQL - by Scorpion659 - 08.03.2019, 17:59
Re: Problemas no MySQL - by Felipealves - 08.03.2019, 20:04
Re: Problemas no MySQL - by Scorpion659 - 08.03.2019, 20:28
Re: Problemas no MySQL - by Felipealves - 08.03.2019, 23:04
Re: Problemas no MySQL - by DanielMatrix - 09.03.2019, 00:19
Re: Problemas no MySQL - by Scorpion659 - 09.03.2019, 01:28
Re: Problemas no MySQL - by Scorpion659 - 09.03.2019, 12:27

Forum Jump:


Users browsing this thread: 2 Guest(s)