SA-MP Forums Archive
Duda - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Duda (/showthread.php?tid=594041)



Duda - Choidito - 13.11.2015

Buenas,estoy haciendo un GM RP desde 0,al momento de decir algo sale pъblicamente,como si fuera un DM,pero necesito que sea solo para los que estйn cerca,ocupo del ProxDetector.


Re: Duda - Jastak - 13.11.2015

usa la funciуn OnPlayerText(playerid, text[]) y para que no te salga el texto por defecto retorna 0 a la funciуn.

Код:
public OnPlayerText(playerid, text[])
{
// tus cosas
return 0;
}