Little question - 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: Little question (
/showthread.php?tid=586279)
Little question - Whatwasit - 20.08.2015
Hello,
In this little part of code
Код:
strcat(pDialog, "Score: %d", sizeof(pDialog))
Where Do i have to put GetPlayerScore, in this line?
thanks
Re: Little question -
DerickClark - 20.08.2015
Код:
strcat(pDialog, "Score: %d", GetPlayerScore(playerid), sizeof(pDialog))
try that.