SA-MP Forums Archive
Is there a way to automatically bring up the 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)
+--- Thread: Is there a way to automatically bring up the score board? (/showthread.php?tid=407524)



Is there a way to automatically bring up the score board? - RajatPawar - 14.01.2013

The title says it all. If it's forbidden, my bad. I just wanted it as an option for selecting a player.


Re: Is there a way to automatically bring up the score board? - [KHK]Khalid - 14.01.2013

I don't think so. But, you can do something like this:

pawn Код:
SendClientMessage(playerid, -1, "Press TAB to select a player, please!"); // Or use GameTextForPlayer



Re: Is there a way to automatically bring up the score board? - [HiC]TheKiller - 14.01.2013

You can make your own score board out of textdraws but you cannot bring up the client scoreboard.


Re: Is there a way to automatically bring up the score board? - RajatPawar - 14.01.2013

Alright thanks, I may use Dialogs instead. Thanks, can someone close this topic now?