player stats - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: player stats (
/showthread.php?tid=181195)
player stats -
thomas.. - 04.10.2010
okay, is there a way to use dialog style msgbox to show your stats? such as
Money %s, duserint money?
Re: player stats -
samgreen - 04.10.2010
Review the wiki documentation for ShowPlayerDialog. You can create a string with format and pass that string as parameter when creating the dialog.
Re: player stats -
Mauzen - 04.10.2010
It is, just format (
https://sampwiki.blast.hk/wiki/Format) a string containing all the stats you like. You can add a new line using \r\n in the string.
Re: player stats -
thomas.. - 04.10.2010
Quote:
Originally Posted by Mauzen
|
thanks for your help