09.04.2015, 19:00
Hello everyone sorry for this bump but this cant wait i need to change my server from R5 to R39
I just need to learn so i want to tell mee an problem and i will try to fixh the others
This is the code of R5
This was good on R5 but in R39 i get errors
Thanks
I just need to learn so i want to tell mee an problem and i will try to fixh the others
This is the code of R5
PHP код:
new Query[256],string[128],pname[24],escpname[24];
GetPlayerName(playerid,pname,24);
mysql_real_escape_string(pname, escpname);
format(Query, sizeof(Query), "SELECT * FROM `users` WHERE `Username` = '%s'", escpname);
mysql_query(Query);
mysql_store_result();
if(mysql_num_rows() != 0)
{
PHP код:
C:\Users\Arlindi.Arlindi-PC\Desktop\Servers\fdfs\gamemodes\zma4.pwn(1199) : error 035: argument type mismatch (argument 1)
C:\Users\Arlindi.Arlindi-PC\Desktop\Servers\fdfs\gamemodes\zma4.pwn(1200) : error 017: undefined symbol "mysql_store_result"
C:\Users\Arlindi.Arlindi-PC\Desktop\Servers\fdfs\gamemodes\zma4.pwn(1201) : error 017: undefined symbol "mysql_num_rows"