04.02.2018, 09:41
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
Line 590
Line 594
Line 595
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;
Код:
cache_get_data(rows, fields, mysql);
Код:
cache_get_field_content(0, "Password", Player[playerid][Password], mysql, 129);
Код:
Player[playerid][ID] = cache_get_field_content_int(0, "ID");