· 6 years ago · Jul 13, 2019, 05:50 PM
1 if (strfind(inputtext, "%", true) != -1)
2 {
3 SCM(playerid, -1, "{0080FF}ERROR | {FFFFFF}Nemozete da go napravite ova.");
4 return 1;
5 }
6 if (strfind(inputtext, "+", true) != -1)
7 {
8 SCM(playerid, -1, "{0080FF}ERROR | {FFFFFF}Nemozete da go napravite ova.");
9 return 1;
10 }
11 if(strfind("S+By 40%nt @gmail.com", inputtext) != -1) return SCM(playerid,-1,"{0080FF}ERROR | {FFFFFF}Nemozete da go napravite ova.");
12 if(strfind("S+By 40%nt@gmail.com", inputtext) != -1) return SCM(playerid,-1,"{0080FF}ERROR | {FFFFFF}Nemozete da go napravite ova.");
13 if(strfind("S+By40%nt @gmail.com", inputtext) != -1) return SCM(playerid,-1,"{0080FF}ERROR | {FFFFFF}Nemozete da go napravite ova.");
14 if(strfind("S+By40%nt@gmail.com", inputtext) != -1) return SCM(playerid,-1,"{0080FF}ERROR | {FFFFFF}Nemozete da go napravite ova.");
15 if(strfind("#!@%nt^&*()_+}{|?><-%s", inputtext) != -1) return SCM(playerid,-1,"{0080FF}ERROR | {FFFFFF}Nemozete da go napravite ova.");