[Ajuda] Alguem ajuda nesse erro +rep
#4

pawn Код:
if(!strcmp(cmd, "/gpsjogador", true))
{
    new tpm[12];
    tmp = strtok(cmdtext,idx);
    if(!strlen(tmp)) return SendClientMessage(playerid, Vermelho, "* Use: /GPSJogador [playerid / off]");
    if(!strcmp(tmp, "off", true)) {
        if(HaveGPS[playerid]) {
            KillTimer(GPSTimer[playerid]);
            HaveGPS[playerid] = false;
            GPSTimer[playerid] = 0;
            DisablePlayerCheckpoint(playerid);
            SendClientMessage(playerid, 0xF0F000AA, "| INFO | Vocк desligou seu GPS.");
        }else SendClientMessage(playerid, 0xFF0000AA, "| ERRO | Seu GPS jб estб desligado.");
        return 1;
    }
    if(IsPlayerConnected(strval(tmp))) {
        if(strval(tmp) != playerid) {
            if(HaveGPS[playerid]) {
                KillTimer(GPSTimer[playerid]);
                HaveGPS[playerid] = false;
                GPSTimer[playerid] = 0;
            }
            GPSTimer[playerid] = SetTimerEx("GPSUpdate", 500, true, "dd", playerid,strval(tmp));
            HaveGPS[playerid] = true;
            new str[128],nick[24];
            GetPlayerName(strval(tmp),nick,24);
            format(str,128,"* GPS ativado em: %s (ID %d)",nick,strval(tmp));
            SendClientMessage(playerid, 0xF0F000AA, str);
        }else SendClientMessage(playerid, 0xFF0000AA, "| ERRO | Vocк nгo pode fazer isso em vocк mesmo.");
    }else SendClientMessage(playerid, 0xFF0000AA, "| ERRO | Jogador nгo conectado.");
    return 1;
}
Reply


Messages In This Thread
Alguem ajuda nesse erro +rep - by aldair8 - 13.12.2012, 17:30
Re: Alguem ajuda nesse erro +rep - by DrTHE - 13.12.2012, 17:33
Re: Alguem ajuda nesse erro +rep - by aldair8 - 13.12.2012, 17:36
Re: Alguem ajuda nesse erro +rep - by Maklister - 13.12.2012, 17:41
Re: Alguem ajuda nesse erro +rep - by DrTHE - 13.12.2012, 17:41
Re: Alguem ajuda nesse erro +rep - by aldair8 - 13.12.2012, 17:48
Re: Alguem ajuda nesse erro +rep - by Maklister - 13.12.2012, 17:51
Re: Alguem ajuda nesse erro +rep - by DrTHE - 13.12.2012, 17:53
Re: Alguem ajuda nesse erro +rep - by TreePuncher - 13.12.2012, 19:08
Re: Alguem ajuda nesse erro +rep - by williamgato - 13.12.2012, 20:26

Forum Jump:


Users browsing this thread: 1 Guest(s)