Another problem with MySQL (3 errors)
#1

C:\Users\Wallen\Desktop\LS DM\gamemodes\grandlarc.pwn(590) : error 017: undefined symbol "cache_get_data"
C:\Users\Wallen\Desktop\LS DM\gamemodes\grandlarc.pwn(594) : error 017: undefined symbol "cache_get_field_content"
C:\Users\Wallen\Desktop\LS DM\gamemodes\grandlarc.pwn(595) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\Wallen\Desktop\LS DM\gamemodes\grandlarc.pwn(589) : warning 203: symbol is never used: "fields"

Line 589

Код:
 new rows, fields;
Line 590
Код:
 cache_get_data(rows, fields, mysql);
Line 594
Код:
cache_get_field_content(0, "Password", Player[playerid][Password], mysql, 129);
Line 595
Код:
Player[playerid][ID] = cache_get_field_content_int(0, "ID");
Reply


Messages In This Thread
Another problem with MySQL (3 errors) - by wallen - 04.02.2018, 09:41
Re: Another problem with MySQL (3 errors) - by Mugala - 04.02.2018, 09:44
Re: Another problem with MySQL (3 errors) - by wallen - 04.02.2018, 09:47
Re: Another problem with MySQL (3 errors) - by Hunud - 04.02.2018, 09:47
Re: Another problem with MySQL (3 errors) - by wallen - 04.02.2018, 09:50
Re: Another problem with MySQL (3 errors) - by Stev - 04.02.2018, 09:53
Re: Another problem with MySQL (3 errors) - by wallen - 04.02.2018, 09:56
Re: Another problem with MySQL (3 errors) - by wallen - 04.02.2018, 10:00
Re: Another problem with MySQL (3 errors) - by wallen - 04.02.2018, 11:20

Forum Jump:


Users browsing this thread: 1 Guest(s)