[PEDIDO]Torre!
#9

Quote:
Originally Posted by AFerreira
Посмотреть сообщение
@OwnPlay

Vocк criou um enum para uma vбriavel? wtf? ._.'

@gcoder
Um breve exemplo:
pawn Код:
new Operador[MAX_PLAYERS];

CMD:daroperador(playerid, params[])
{
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1,"Sem permissгo.");
    new id, Nome[MAX_PLAYER_NAME], cell[50];
    if(sscanf(params,"i",id)) return SendClientMessage(playerid,-1,"CORRECT SYNTAX: /daroperador [ID]");
    GetPlayerName(playerid, Nome, MAX_PLAYER_NAME);
    format(cell, 50,"* O administrador %s deu a vocк o cargo de Operador.", Nome);
    SendClientMessage(id, -1, cell);
    Operador[id] = 1;
    return true;
}
Fiz do jeito,que e de administradores.
ladmin4v2 por exemplo!

- EDIT
gcoder tente usar do jeito q te mandei,para ver se da erro..
Reply


Messages In This Thread
[PEDIDO]Torre! - by gcoder - 10.04.2012, 15:28
Re: [PEDIDO]Torre! - by Deanx - 10.04.2012, 16:42
Re: [PEDIDO]Torre! - by @Riichard - 10.04.2012, 16:43
Re: [PEDIDO]Torre! - by gcoder - 10.04.2012, 20:19
Re: [PEDIDO]Torre! - by Abravanel - 10.04.2012, 20:36
Re: [PEDIDO]Torre! - by gcoder - 10.04.2012, 20:42
Re: [PEDIDO]Torre! - by Abravanel - 10.04.2012, 20:49
Re: [PEDIDO]Torre! - by gcoder - 10.04.2012, 20:58
Re: [PEDIDO]Torre! - by @Riichard - 10.04.2012, 21:43
Re: [PEDIDO]Torre! - by gcoder - 11.04.2012, 00:20

Forum Jump:


Users browsing this thread: 1 Guest(s)