08.07.2013, 17:42
Hello Guys,
I have this code:
My problem is when I talk into the cellphone,the man on the other side can't see what I "talked" only me..
There is a problem in this line I think:
I have this code:
pawn Код:
if(Mobile[playerid] != 255)
{
GetPlayerName(playerid, pname, sizeof(pname));
format(string, sizeof string,"%s (cellphone): %s",pname,text);
SendClientMessage(playerid, COLOR_YELLOW, string);
SendClientMessage(giveplayerid, COLOR_YELLOW, string);
}
There is a problem in this line I think:
pawn Код:
SendClientMessage(giveplayerid, COLOR_YELLOW, string);