Admin First Name [HELP +REP]
#1

Hey i need help
i dont know how do add
like

EXEMPLE
Код:
 Admin WolfHunter:[3] <text>
how do make it? i need it in LuxAdmin
There is this System but players cant talk when its TRUE
Reply
#2

I dont get what you need. You want "Admin" Text to stay before the name if admin send message or what?
Reply
#3

I want that the "Admin" Text have do be before the name
Reply
#4

Hmm..maybe

pawn Код:
public OnPlayerText(playerid, text[])
{
    new str[128];
    format(str,sizeof(str), "[Admin] %s[%d]: %s", Name(playerid), playerid, text);
    SendClientMessageToAll(-1, str);
    return 0;
}
would work
Reply
#5

That would show even if they werent admin.
Reply
#6

Quote:
Originally Posted by [MP]Ditch
Посмотреть сообщение
That would show even if they werent admin.
He should know how to implement it himself, personally I don't like the guy
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)