[Ajuda] Colocar Motivo
#7

pawn Код:
if(!strcmp(cmd, "/cadeia", true)) {
        #define SCM SendClientMessage
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp)) return SCM(playerid, -1, "/cadeia [id] [tempo] [motivo]");
        new id = ReturnUser(tmp);

        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp)) return SCM(playerid, -1, "/cadeia [id] [tempo] [motivo]");
        new tempo = strval(tmp);


        new length = strlen(cmdtext);
        while ((idx < length) && (cmdtext[idx] <= ' ')) idx++;
        new offset = idx, result[128];
        while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
        {
            result[idx - offset] = cmdtext[idx];
            idx++;
        }
        result[idx - offset] = EOS;
        if(!strlen(result)) return SCM(playerid, -1, "/cadeia [id] [tempo] [motivo]");
        new Nome[2][24], prisaoString[100];
        GetPlayerName(playerid, Nome[0], 24); GetPlayerName(id, Nome[1], 24);
        format(prisaoString, 100, "O admin %s prendeu %s por %i minutos, motivo %s", Nome[0], Nome[1], tempo, result);
        SendClientMessageToAll(-1, prisaoString);

        ResetPlayerWeaponsEx(id);
        WantedPoints[id] = 0;
        SetPlayerWantedLevel(id, 0);
        PlayerInfo[id][pJailed] = 2;
        PlayerInfo[id][pJailTime] = tempo * 60;
        SetPlayerPos(id, -221.059051,1408.984008,27.773437);
        SetPlayerInterior(id, 18);
        return 1;
    }
Refiz todinho a mгo pra vocк
Reply


Messages In This Thread
[Ajuda] Colocar Motivo - by Vitor_Marfioso - 12.01.2012, 13:47
Re: [Ajuda] Colocar Motivo - by Vinicios_SAMP - 12.01.2012, 13:56
Re: [Ajuda] Colocar Motivo - by 4LiSs0N - 12.01.2012, 13:57
Re: [Ajuda] Colocar Motivo - by Cristhian - 12.01.2012, 14:01
Re: [Ajuda] Colocar Motivo - by jeanmon357 - 12.01.2012, 14:24
Re: [Ajuda] Colocar Motivo - by Vitor_Marfioso - 12.01.2012, 14:54
Re: [Ajuda] Colocar Motivo - by Ricop522 - 12.01.2012, 15:18
Re: [Ajuda] Colocar Motivo - by Vitor_Marfioso - 12.01.2012, 19:05
Re: [Ajuda] Colocar Motivo - by Bryaan_Smith - 12.01.2012, 20:07
Re: [Ajuda] Colocar Motivo - by Vitor_Marfioso - 16.01.2012, 17:02

Forum Jump:


Users browsing this thread: 1 Guest(s)