14.01.2011, 11:12
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
It probably doesnt but can any1 help?
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");