SA-MP Forums Archive
Help Please :) - 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: Help Please :) (/showthread.php?tid=320777)



Help Please :) - HerronInd - 24.02.2012

Hi i wanna Know that how can i make This Type of Dailog. i know dailog Style ID is 0 But How to Get Score,Kills in Dailog. It's a http://imageshack.us/photo/my-images/198/samp412.jpg/


It is Link of Dailog Which i want i just Show it in one server.and This Dailaog is showin me my stats in Dailog Style ID 0.

So Please help me


Re: Help Please :) - coole210 - 24.02.2012

pawn Код:
//Inside command:
new string[256];//Increase string size if its a long string.
format(string,sizeof(string),"~         Account Statistics         ~\r\n \
Look at your money : $%d !"
,pInfo[playerid][pMoney]);
ShowPlayerDialog(playerid,dialogid,DIALOG_STYLE_MSGBOX,"Title",string,"Great","Fantastic");//Show string in dialog