12.06.2014, 16:41
I am trying to switch from YINI to MySQL so I downloaded the latest plugin and inclue from this link:
https://sampforum.blast.hk/showthread.php?tid=56564
But there are some functions that are not defined.
When I compile the script I get these errors:
I included a_mysql. And as I said before I have the latest files and everything is up to date.
https://sampforum.blast.hk/showthread.php?tid=56564
But there are some functions that are not defined.
When I compile the script I get these errors:
Код:
D:\SAMP scripts\FuseGaming Roleplay\gamemodes\FGRP.pwn(9378) : error 017: undefined symbol "mysql_store_result" D:\SAMP scripts\FuseGaming Roleplay\gamemodes\FGRP.pwn(9379) : error 017: undefined symbol "mysql_fetch_row_format" D:\SAMP scripts\FuseGaming Roleplay\gamemodes\FGRP.pwn(9381) : error 017: undefined symbol "resultline" D:\SAMP scripts\FuseGaming Roleplay\gamemodes\FGRP.pwn(9384) : error 017: undefined symbol "mysql_free_result"