CellPhone.
#1

Hello Guys,

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);
    }
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:
pawn Код:
SendClientMessage(giveplayerid, COLOR_YELLOW, string);
Reply


Messages In This Thread
CellPhone. - by dorperez - 08.07.2013, 17:42
Re: CellPhone. - by Necip - 08.07.2013, 18:06
Re: CellPhone. - by dorperez - 08.07.2013, 18:09
Re: CellPhone. - by Necip - 08.07.2013, 18:09
Re: CellPhone. - by dorperez - 08.07.2013, 18:58
Re: CellPhone. - by CAR - 08.07.2013, 19:14
Re: CellPhone. - by dorperez - 08.07.2013, 19:44
Re: CellPhone. - by GiamPy. - 08.07.2013, 19:49
Re: CellPhone. - by dorperez - 08.07.2013, 20:38
Re: CellPhone. - by dorperez - 09.07.2013, 16:47

Forum Jump:


Users browsing this thread: 1 Guest(s)