01.04.2010, 07:10
Quote:
Originally Posted by [NWA
Hannes ]
Quote:
I don't really understand what Boylett is saying there (With the cells, wtf?) |
pawn Код:
public OnPlayerText(playerid)
{
new ip[4];
if(ipmatch(text, ip))
{
SendClientMessage(playerid, RED, "Your warn message here");
return 0;
}
return 1;
}