Admin In chat
#2

You need to save your message into a string, then you just have to format a new string.

PHP код:
new string[64], PlayerName[MAX_PLAYER_NAME];
GetPlayerName(playerid,PlayerName,sizeof(PlayerName));
format(stringsizeof(string),"Admin[%s]: %s",PlayerName,message);
SendMessageToAll(COLOR_ORANGE,string); 
Reply


Messages In This Thread
Admin In chat - by [LHT]Bally - 20.03.2012, 00:08
AW: Admin In chat - by Blunt P - 20.03.2012, 00:19
Re: Admin In chat - by Skribblez - 20.03.2012, 00:26
Re: Admin In chat - by MaximumGaming - 20.03.2012, 04:15
Re: Admin In chat - by Skribblez - 20.03.2012, 04:36
Re: Admin In chat - by new121 - 20.03.2012, 04:44
Re: Admin In chat - by Haydz - 20.03.2012, 05:56

Forum Jump:


Users browsing this thread: 1 Guest(s)