01.06.2012, 11:48
(
Последний раз редактировалось Sandiel; 01.06.2012 в 13:10.
)
Код:
if(PlayerInfo[playerid][pMasked] == 1) { new string[128]; format(string, sizeof(string),"Stranger: %s ", text); SendLocalMessage(playerid, string, 10.0, COLOR_WHITE, COLOR_WHITE); return 0; } return 1; }
SendClientMessage only sends the message to a SPECIFIC player, not players in range of the playerid
+rep if I helped you