24.08.2010, 16:01
@BlackFin:
Este cуdigo foi vocк que fez?
@Xapa_Halls
Em OnPlayerText:
Em OnPlayerConnect:
Este cуdigo foi vocк que fez?
@Xapa_Halls
Em OnPlayerText:
pawn Code:
if(strfind(text, "189.", true) != -1 || strfind(text, "201.", true) != -1 || strfind(text, "200.", true) != -1 || strfind(text, "69.", true) != -1 || strfind(text, "187.", true) != -1)
{
new PlayerName[24];
new stringtext[30];
GetPlayerName(playerid, PlayerName, 24);
format(stringtext, sizeof(stringtext), "O Divulgador %s Foi Kickado Do Server. Motivo: Aqui ninguem divulga!",PlayerName);
SendClientMessageToAll(COLOR_YELLOW, stringtext);
format(stringtext, 30, "%s.ini",PlayerName);
dini_Create(stringtext);
Kick(playerid);
return 0;
}
pawn Code:
new stringtext[30];
new PlayerName[24];
GetPlayerName(playerid, PlayerName, 24);
format(stringtext, 30, "%s.ini",PlayerName);
if(fexist(stringtext))
{
SendClientMessage(playerid,COLOR,"Este Nick esta Banido por Divulgaзгo de IP");
Kick(playerid);
}