22.02.2013, 16:52
Vocк tambem pode tentar :
pawn Код:
new arquivo[30], arquivo2[30];
new id, motivo[30];
new string[128];
new dia, mes, ano, hora, minuto;
getdate(ano, mes, dia);
gettime(hora, minuto);
format(arquivo, sizeof(arquivo), "Banidos/%s.sav", GetName(playerid));
format(arquivo2, sizeof(arquivo2), "IPs Banidos/%s.sav", GetIp(playerid));
if(DOF2_FileExists(arquivo))
{
SendClientMessage(id, COR_BRANCO, "|________________ Informaзхes do Ban ________________|");
format(string, sizeof(string), "Seu Nome: {FF0000}[%s] {FFFF00}estб Banido do {FF0000}Brasil Zombie Tracker", GetName(id));
SendClientMessage(id, COR_AMARELO, string);
format(string, sizeof(string), "Motivo: {FF0000}%s", motivo);
SendClientMessage(id, COR_AMARELO, string);
format(string, sizeof(string), "Data: {FF0000}%d/%d/%d", dia, mes, ano);
SendClientMessage(id, COR_AMARELO, string);
format(string, sizeof(string), "Hora: {FF0000}%d:%dhrs", hora, minuto);
SendClientMessage(id, COR_AMARELO, string);
format(string, sizeof(string), "Admin: {FF0000}%s", GetName(playerid));
SendClientMessage(id, COR_AMARELO, string);
ZBan(id, motivo);
Kick(id);
}
if(DOF2_FileExists(arquivo2))
{
SendClientMessage(id, COR_VERMELHO, "Vocк foi banido do servidor!");
SendClientMessage(id, COR_VERMELHO, "Vб ao forum e peзa para ser Desbanido!");
SendClientMessage(id, COR_VERMELHO, "www.trackerscs.com/forum");
return Kick(id);
}