SA-MP Forums Archive
Admin First Name [HELP +REP] - 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: Admin First Name [HELP +REP] (/showthread.php?tid=309194)



Admin First Name [HELP +REP] - James Coral - 06.01.2012

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


Re: Admin First Name [HELP +REP] - Mrki_Drakula - 06.01.2012

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


Re: Admin First Name [HELP +REP] - James Coral - 06.01.2012

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


Re: Admin First Name [HELP +REP] - [ABK]Antonio - 06.01.2012

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


Re: Admin First Name [HELP +REP] - BleverCastard - 06.01.2012

That would show even if they werent admin.


Re: Admin First Name [HELP +REP] - [ABK]Antonio - 06.01.2012

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