format reading as php - 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: format reading as php (
/showthread.php?tid=444771)
format reading as php -
Camorra - 18.06.2013
Hi,
i trying make some format reading houses into php and i would like to get some help
i trying do something like that as PHP
Код:
format(nomefile,sizeof(nomefile),"%s.txt",biz[t][bizname]);
i got this line but that reading just one file and not reading
Код:
if(!$file=fopen("$GameDir/scriptfiles/property.cfg","r")) die("Error reading bizzfile");