SA-MP Forums Archive
[HELP] How to make 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: [HELP] How to make this? (/showthread.php?tid=473080)



[HELP] How to make this? - ValiLucifer - 01.11.2013

How to make this dialog box? I will give rep+ who will help me



EDIT: http://i43.tinypic.com/raxezo.png


Re: [HELP] How to make this? - Hamam - 01.11.2013

https://sampwiki.blast.hk/wiki/How_to_Create_a_Dialog


Re: [HELP] How to make this? - Beckett - 01.11.2013

There's a wiki for a reason mate.
I recommend you to read this https://sampwiki.blast.hk/ it contains a lot of useful information you can learn.
Also this https://sampwiki.blast.hk/wiki/How_to_Create_a_Dialog.


Re: [HELP] How to make this? - Mattakil - 01.11.2013

After you read that, use your enums like this:

format(string, sizeof(string), "Level: %d", PlayerInfo[playerid][pLevel]); or however you do it