Major Problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Major Problem (
/showthread.php?tid=72987)
Major Problem -
CJ101 - 12.04.2009
ok for some fucked up reason my stats are not saving and loading. file attachted
Re: Major Problem -
RobertGraham - 12.04.2009
Are you using MySQL?
Re: Major Problem -
tom_jonez - 12.04.2009
Quote:
Originally Posted by iTails [Support
]
Are you using MySQL?
|
Код:
function FindMysql()
{
if(strfind(file_get_contents("rp.pwn"),"mysql",true)) return "MySql hasn't been found in the file.";
else return "MySql has been found in the file!";
}
Код:
echo("Output: ".FindMysql());
Output: MySql hasn't been found in the file.
Re: Major Problem -
CJ101 - 12.04.2009
no not using that. its reading from .ini files