SA-MP Forums Archive
Custom Score Board??? - 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: Custom Score Board??? (/showthread.php?tid=210982)



Custom Score Board??? - [MNC]Azz - 14.01.2011

Well I need this for my new script...
Like a custom score board(without pressing tab)...
I was wondering if something like this will work

pawn Код:
new string[128];
new pnames[MAX_PLAYER_NAME];
GetPlayerName(i,pnames,sizeof(pnames));
format(string,sizeof(string),"%s\n%s\n%s",pnames);
ShowPlayerDialog(i,10,DIALOG_STYLE_LIST,"SCORE BOARD",string,"OK","Close");
It probably doesnt but can any1 help?


Re: Custom Score Board??? - [MNC]Azz - 21.02.2011

its been a while since i posted this.... so maybeh BUMBBB?
i dont rly need it THAT much... but it could be usefull...