help with this ! please - 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)
+--- Thread: help with this ! please (
/showthread.php?tid=658265)
help with this ! please -
itachi - 30.08.2018
Код:
$ftp_login = "....";
$ftp_heslo = ".....";
$ftp_svr = ".....";
if(file_exists("ftp://$ftp_login:$ftp_heslo@$ftp_svr:21/scriptfiles/Esf/Server/HighScore.cfg"))
{
$file = file("ftp://$ftp_login:$ftp_heslo@$ftp_svr:21/scriptfiles/Esf/Server/HighScore.cfg");
{
list($word1a,$word2a)=explode("=",$fileContents[1]);
list($word1b,$word2b)=explode("=",$fileContents[0]);
echo '<div width="565" alighn="center" id="border">
<span height="18" align="center" class="smalltext1"> Top Killer: </span><span height="18" align="center" class="smalltext3">' . $word2a . '</span><br/>
<span height="18" align="center" class="smalltext1"> Kill: </span><span height="18" align="center" class="smalltext3">' . $word2b . ' players</span><br/>
</div><br/>';
}
}
but on website write only Top Killer: and Kill: Players...
how to make show nick to Top Killer: and how much to kill players