case DIALOG_Varsta:
{
if(!response) return Kick(playerid);
if(response)
{
new variable= strval(inputtext);
mysql_format(handle, query, sizeof(query), "UPDATE `jucatori` WHERE `Nume`='%e' SET `Varsta` = '%d' ",GetName(playerid),variable);// se insereaza in tabelul cu conturi numele playerului, parola pe care a scris-o si ip pe care il are
mysql_query(handle, query);
SpawnPlayer(playerid);
}
return 1;
}
Question
Vespa97
case DIALOG_Varsta: { if(!response) return Kick(playerid); if(response) { new variable= strval(inputtext); mysql_format(handle, query, sizeof(query), "UPDATE `jucatori` WHERE `Nume`='%e' SET `Varsta` = '%d' ",GetName(playerid),variable);// se insereaza in tabelul cu conturi numele playerului, parola pe care a scris-o si ip pe care il are mysql_query(handle, query); SpawnPlayer(playerid); } return 1; }
Ce este gresit?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.