[AJUDA]Chat Adm !!
#1

Tipow! Meu chat adm so vai pra qm ta logado na rcon.. como tiro isso?

CODIGO:

Код:
if(strcmp(cmd,"/ac",true)==0){
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(pAdmin[playerid] == 1 || pAdmin[playerid] == 2 || pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5){
new tmp[256];
//new msg[256];
strmid(tmp,cmdtext,3,strlen(cmdtext));
if(!strlen(tmp)) {
SendClientMessage(playerid,Vermelho, "(ERRO) Digite: /ac [texto]");
return 1;
} else {
format(string, sizeof(string), "(»)Chat-Admin(«) %s(%d) diz:%s", aname, playerid, tmp);
ABroadCast(Verde,string,1);
return 1;
}
}else{
SendClientMessage(playerid,Vermelho,"(ERRO) Vocк nгo tem permissгo para usar este comando!");
return 1;
}
}
Reply


Messages In This Thread
[AJUDA]Chat Adm !! - by dPlaYer_ - 21.07.2011, 23:53
Re: [AJUDA]Chat Adm !! - by ViniBorn - 21.07.2011, 23:59
Re: [AJUDA]Chat Adm !! - by Devastador - 22.07.2011, 01:39
Re: [AJUDA]Chat Adm !! - by Shadoww5 - 22.07.2011, 01:51
Re: [AJUDA]Chat Adm !! - by Devastador - 22.07.2011, 02:08
Re: [AJUDA]Chat Adm !! - by Shadoww5 - 22.07.2011, 08:34
Re: [AJUDA]Chat Adm !! - by array13 - 22.07.2011, 09:48
Re: [AJUDA]Chat Adm !! - by Shadoww5 - 22.07.2011, 15:57
Re: [AJUDA]Chat Adm !! - by dPlaYer_ - 22.07.2011, 16:03
Re: [AJUDA]Chat Adm !! - by steki. - 22.07.2011, 16:04

Forum Jump:


Users browsing this thread: 4 Guest(s)