[PEDIDO]Torre!
#3

Um Exemple de como seria com operador/adm :
pawn Код:
enum pInfo
{
    pOperador
}
new PlayerInfo[MAX_PLAYERS][pInfo];

// Cmd
if(strcmp(cmd, "/Torre", true) == 0)
{
 if(PlayerInfo[playerid][pOperador] >= 1) // O 1 Seria o Level, ETC..so mudar!
{
if(!cmdtext[3])return SendClientMessage(playerid, -1, "/Torre [Texto]");
new str[128];
GetPlayerName(playerid, str, sizeof(str));
format(str, sizeof(str), "[OPERADOR] %s Diz : %s", str, cmdtext[4]);
SendClientMessageToAll(-1, str);
}
else
{
SendClientMessage(playerid, -1, "Somente Operadores! Use /q para Virar!");
}
return 1;
}
Acredito que sejб isto que procura!
Nгo sei se funciona,pois nem testei ._.
Nao me trolle D:
Errar e humano
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: 2 Guest(s)