12.04.2009, 04:53
ok for some fucked up reason my stats are not saving and loading. file attachted
|
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());