ShowScoreBoard??
#1

I was wondering if there is a way for the scoreboard to appear without pressing Tab?
I would really appreciate your help...

Example of what I want:
pawn Код:
ShowScoreBoardForPlayer(playerid);
ShowScoreBoardForAll();
HideScoreBoardForPlayer(playerid);
HideScoreBoardForAll();
Regards!

EDIT: I know you can do that with TextDraws but i would still like this better...
Reply
#2

pawn Код:
stock ShowScoreBoardForPlayer(playerid)
{
    SendClientMessage(playerid, 0xFF0000FF, "Please press TAB now!");
}
stock ShowScoreBoardForAll()
{
    SendClientMessageToAll(0xFF0000FF, "Please press TAB now!");
}
//same code for hide
Should work

There is no way to script this yet, maybe it will be added in future versions.
Reply
#3

Quote:
Originally Posted by Mauzen
Посмотреть сообщение
pawn Код:
stock ShowScoreBoardForPlayer(playerid)
{
    SendClientMessage(playerid, 0xFF0000FF, "Please press TAB now!");
}
stock ShowScoreBoardForAll()
{
    SendClientMessageToAll(0xFF0000FF, "Please press TAB now!");
}
//same code for hide
Should work

There is no way to script this yet, maybe it will be added in future versions.
OMG HAHAHA Lawl...

Epic answer, but thanks anyway xD
Reply
#4

You can make a somewhat scoreboard with Dialogs, don't ask me to explain because I wont.
Reply
#5

Quote:
Originally Posted by Mike Garber
Посмотреть сообщение
You can make a somewhat scoreboard with Dialogs, don't ask me to explain because I wont.
Oh Yeah! I totally forgotten about the dialogs! Thanks man
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)