[HELP] Account Mysql
#4

y u no update to R39?

show us the code you're using.

R6 version (i havent used it in a long time) example:

pawn Код:
format(query,sizeof(query),"SELECT * FROM `userdata` WHERE `player` = '%s'",PlayerName);
mysql_query(query);

if(mysql_num_rows(query))//registered
{
    //code
}
else //not registered
{
    //code
}
Checks if they're in the database.
Reply


Messages In This Thread
[HELP] Account Mysql - by monster010 - 18.06.2014, 19:57
Re: [HELP] Account Mysql - by DobbysGamertag - 18.06.2014, 19:58
Re: [HELP] Account Mysql - by monster010 - 18.06.2014, 19:59
Re: [HELP] Account Mysql - by DobbysGamertag - 18.06.2014, 20:02
Re: [HELP] Account Mysql - by monster010 - 18.06.2014, 20:14
Re: [HELP] Account Mysql - by DobbysGamertag - 18.06.2014, 20:32

Forum Jump:


Users browsing this thread: 1 Guest(s)