[Include] GetPlayerGeoIP
#7

Quote:
Originally Posted by ipsBruno
Посмотреть сообщение
pawn Код:
public OnPlayerGeoIP(playerid, ip[], cidade[], estado[], pais[], provedora[])
{
    static string[128];

    GetPlayerName(playerid, string, MAX_PLAYER_NAME + 1);
    format(string, 128, "Sr %s. Sabemos que vocк mora no estado de %s, nas proximidades de %s e pensou em usar cheater", string, estado, cidade);
    SendClientMessage(playerid, -1, string);


    format(string, 128, "Contatamos a empresa \"%s\" provedora de seu servidor de internet, e seu trafego estб sendo analisado por nossa equipe", provedora);
    SendClientMessage(playerid, -1, string);


    SendClientMessage(playerid, -1, "Caso for detectado o uso de cheaters nessa conta, medidas sйrias serгo tomadas como consequкncia de tal ato") ;
    SendClientMessage(playerid, -1, "Tenha um bom jogo!") ;

    return true;
}
isso mesmo kkkkkkk muito da hora nice +rep
Reply


Messages In This Thread
GetPlayerGeoIP - by ipsBruno - 02.12.2012, 04:30
Re: GetPlayerGeoIP - by Schocc - 02.12.2012, 04:50
Re : Re: GetPlayerGeoIP - by ipsBruno - 02.12.2012, 04:51
Re: GetPlayerGeoIP - by Schocc - 02.12.2012, 05:05
Re: GetPlayerGeoIP - by leonardo1434 - 02.12.2012, 05:12
Re : GetPlayerGeoIP - by ipsBruno - 02.12.2012, 05:16
Re: Re : GetPlayerGeoIP - by Schocc - 02.12.2012, 05:30
Re: GetPlayerGeoIP - by humildadeforever - 02.12.2012, 09:57
Re: Re : GetPlayerGeoIP - by Don_Speed - 02.12.2012, 14:59
Re: GetPlayerGeoIP - by JapaN* - 02.12.2012, 17:18

Forum Jump:


Users browsing this thread: 1 Guest(s)