SA-MP Forums Archive
Error in code - 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: Error in code (/showthread.php?tid=498239)



Error in code - Jaskaran - 02.03.2014

format(string, sizeof(string), "Person: %s ID: %d Value: $%s", giveplayer, i, FormatNumber(PlayerInfo[i][pHeadValue]));

In this line I have an error: error 017: undefined symbol "FormatNumber"


Re: Error in code - Clad - 02.03.2014

Try to define
PHP код:
FormatNumber