08.07.2013, 18:06
What is that code?Your /speakerphone code or what?
EDIT:Ow I see what you mean now.Try this:
EDIT:Ow I see what you mean now.Try this:
pawn Код:
if(Mobile[playerid] != 255)
{
GetPlayerName(playerid, pname, sizeof(pname));
format(string, sizeof string,"%s (cellphone): %s",pname,text);
SendClientMessage(playerid, COLOR_YELLOW, string);
format(string, sizeof(string),"%s (cellphone): %s",pname,text);
SendClientMessage(giveplayerid, COLOR_YELLOW, string);
}