[Ajuda] como eu transformo strmcp para zmcd ?
#10

tenta

pawn Код:
CMD:daradmin(playerid, params[])
{
    new xxPT[MAX_PLAYER_NAME];
    GetPlayerName(playerid, xxPT, MAX_PLAYER_NAME);
    if(strcmp(xxPT,"Bieel_DevianCe",false) || strcmp(xxPT,"LucaS_DevianCe",false) || strcmp(xxPT,"Guilherme_DevianCe",false) || strcmp(xxPT,"Ricardo_DevianCe",false) || strcmp(xxPT,"Bieel_DevianCe",false) || strcmp(xxPT,"Gulherme_DevianCe",false))
    {
        if(sscanf(params, "ud", params[0], params[1])) 
            return SendClientMessage(playerid, COLOR_GRAD2, "USE: /daradmin [ id ] [Level 0 б 1341]");
       
        if(params[0] != INVALID_PLAYER_ID)
        {
            new xPT[MAX_PLAYER_NAME];
            GetPlayerName(params[0], xPT, MAX_PLAYER_NAME);
            PlayerInfo[params[0]][pAdmin] = params[1];
            format(string, sizeof(string), "   Voce foi promovido para level  %d de Admin - Por %s", params[1], xxPT);
            SendClientMessage(params[1], COLOR_LIGHTBLUE, string);
            format(string, sizeof(string), "Voce promoveu o(a) %s Para o level %d de Admin.", xPT, params[1]);
            SendClientMessage(playerid, COLOR_LIGHTBLUE, string);    
        }
    }
    else SendClientMessage(playerid, COLOR_LIGHTGREEN, "[BGH]: Voce nгo esta autorizado a usar este comando!");
    return true;
}

se der algum erro posta as linhas de erro ae pf
Reply


Messages In This Thread
como eu transformo strmcp para zmcd ? - by gabrielloko157 - 24.12.2013, 00:23
Re: como eu transformo strmcp para zmcd ? - by Tugamars - 24.12.2013, 00:30
Re: como eu transformo strmcp para zmcd ? - by gabrielloko157 - 24.12.2013, 00:34
Re: como eu transformo strmcp para zmcd ? - by Tugamars - 24.12.2013, 00:39
Re: como eu transformo strmcp para zmcd ? - by gabrielloko157 - 24.12.2013, 00:56
Re: como eu transformo strmcp para zmcd ? - by iDreak - 24.12.2013, 01:06
Re: como eu transformo strmcp para zmcd ? - by Tugamars - 24.12.2013, 01:12
Re: como eu transformo strmcp para zmcd ? - by gabrielloko157 - 24.12.2013, 01:30
Re: como eu transformo strmcp para zmcd ? - by Petrick™ - 24.12.2013, 02:51
Re: como eu transformo strmcp para zmcd ? - by PT - 24.12.2013, 02:57

Forum Jump:


Users browsing this thread: 1 Guest(s)