SA-MP Forums Archive
SQL Dynamic Signature issue (I really should learn about MySQL after this) - 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: SQL Dynamic Signature issue (I really should learn about MySQL after this) (/showthread.php?tid=431420)



SQL Dynamic Signature issue (I really should learn about MySQL after this) - KiNG3 - 18.04.2013

Thanks for fixing it for me


Re: SQL Dynamic Signature issue (I really should learn about MySQL after this) - [MG]Dimi - 18.04.2013

Had same problem
PHP код:
 $font './myfont.ttf'
or
PHP код:
 $font '../myfont.ttf'
Should fix it.


Re: SQL Dynamic Signature issue (I really should learn about MySQL after this) - KiNG3 - 18.04.2013

Thanks