http://sampforum.hu/index.php?topic=6275.0
Cnezúráld a számokat,pl:
//OnPlayerText-hez:
replacestring(text,\"1\",\"*\");
replacestring(text,\"2\",\"*\");
replacestring(text,\"3\",\"*\");
replacestring(text,\"4\",\"*\");
replacestring(text,\"5\",\"*\");
replacestring(text,\"6\",\"*\");
replacestring(text,\"7\",\"*\");
replacestring(text,\"8\",\"*\");
replacestring(text,\"9\",\"*\");
replacestring(text,\"10\",\"*\");
Ez a legbiztonságosabb.
igaz így meg smiley-t nem lehet írni, de talán jó:
if (strfind(text, \".\") != -1 || strfind(text, \":\") != -1)
{
return 1;
}