Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

[Ajuda] Mudança de nick

$
0
0
Olá a todos, estou com um pequeno problema no comando de trocar nick, já vi várias vezes e não consigo resolver o problema.
O nick dentro do servidor está trocando, mas no database não esta.

PHP Code:

case DIALOG_TROCAR_NICK2:
        {
            if(
response)
            {
                new 
empresaid GetPlayerEmpresaRange(playerid99999.0);
                
SendClientFormatToAll(0xFFFF00FF"| NICK | O(A) %s mudou seu nick para %s."GetUserName(playerid), inputtext);
                
SetPlayerName(playeridinputtext);
                
KillTimer(TimerNick[playerid]);
                
GivePlayerMoney(playerid, -25000);
                
NickLiberado[playerid] = 0;

                
mysql_format(Conexaoquerysizeof(query), "UPDATE `Contas` SET `nick`='%s' WHERE `nick`='%s' LIMIT 1;"inputtext);
                
mysql_tquery(Conexaoquery);

                
mysql_format(Conexaoquerysizeof(query), "UPDATE `Banco` SET `nick`='%s' WHERE `nick`='%s' LIMIT 1;"inputtext);
                
mysql_tquery(Conexaoquery);

                
mysql_format(Conexaoquerysizeof(query), "UPDATE `empresas` SET `gerente`='%s' WHERE `id`='%d'"inputtextBusiness[businessid][ID]);
                
mysql_tquery(Conexaoquery);

                
mysql_format(Conexaoquerysizeof(query), "UPDATE `empresas` SET `funcionario`='%s' WHERE `id` ='%d"inputtextBusiness[businessid][ID]);
                
mysql_tquery(Conexaoquery);
            }
        } 

PS: Sou meio novo no MySQL

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>