Radio problem.
#2

You first must get player name.

pawn Код:
new sendername[MAX_PLAYER_NAME]; // you probably have that
new string[256];
pawn Код:
GetPlayerName(playerid,sendername,sizeof(string));

format(string,sizeof(string),"(( Radio: %s %s: %s ))", radioranks, sendername, cmdtext[3]);
SendClientMessage(i, 0X01FCFFC8, string);
Reply


Messages In This Thread
Radio problem. - by kukars22 - 07.06.2009, 12:06
Re: Radio problem. - by Luka P. - 07.06.2009, 12:09
Re: Radio problem. - by kukars22 - 07.06.2009, 12:27
Re: Radio problem. - by Luka P. - 07.06.2009, 12:29
Re: Radio problem. - by kukars22 - 07.06.2009, 12:52

Forum Jump:


Users browsing this thread: 1 Guest(s)