Acheivement system with dialog box - 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: Acheivement system with dialog box (
/showthread.php?tid=580413)
Acheivement system with dialog box -
fuckingcruse - 05.07.2015
I had been trying for a while with a achievement system , i want to make my own , i dont want a copy.
But i need some clues. Like if the achievement is locked then it is red , and if its done then it turns to green i want it in a dialog box , can anyone suggest me what to do? i would prefer an example with 10 kills achievements. Thanks.
Re: Acheivement system with dialog box -
Lynn - 05.07.2015
Using OnPlayerDeath, count the number of people you have killed.
Once TotalKills = 10; Award the Achievement, I suggest using Textdraws.
The reason being they look way better for that than a dialog does.
Re: Acheivement system with dialog box -
fuckingcruse - 05.07.2015
Give me only 1 example and i do other things.. I know to count the kills lmao , i want you to show me through that..