[Ajuda] Quero colocar comando para anuncio de gang mas da erro
#1

Olб eu quero colocar um comando para gangs mafias terroristas anunciarem algo como testes etc.., mas eu conseguir fazer um sem erro mas com um aviso que nгo dei muita importвncia mas nгo funcionou in-game.

code:
Quote:

dcmd_anuncigang(playerid, params[])
{
if(!strlen(params) || isnull(params))
return SendClientMessage(playerid, 0xFF0000FF, "[Uso]: {FFFFFF}/anunciogang <texto>");
if(Player[playerid][pMember] != 0 || Player[playerid][pLeader] != 0)
{
new Membro[24];
if(Player[playerid][pRank] == 3 || Player[playerid][pRank] == 3)
{
Membro=OrgsNames[Player[playerid][pMember]];
format(thestring, sizeof(thestring), "[%s]: %s, Contato: %s Tel: %d", Membro, params, Player[playerid][pName],Player[playerid][pPnumber]);
OOCNews(PixColors[GetPlayerOrg(playerid)],thestring);
}
else if(Player[playerid][pRank]==6)
{
Membro=OrgsNames[Player[playerid][pLeader]];
format(thestring, sizeof(thestring), "[%s]: %s, Contato: %s Tel: %d", Membro, params, Player[playerid][pName],Player[playerid][pPnumber]);
OOCNews(PixColors[GetPlayerOrg(playerid)],thestring);
}
else
{
SendClientMessage(playerid,COLOR_WHITE,"{FF0000}[Erro]: {FFFFFF}Vocк precisa ser Rank 5 ou mais!");
}
}
else
{
SendClientMessage(playerid,COLOR_WHITE,"{FF0000}[Erro]: {FFFFFF}Vocк nгo й membro de uma ORG.");
}
return true;

Aviso:http://prntscr.com/998nmf
in-game:http://prntscr.com/998ooz

Me AJUDEM PORFAVOR
Reply
#2

in-game vc digitou o mesmo comando ? no print esta /anunciogang e no comando anuncigang
Reply
#3

eu ja tentei daquela forma , eu coloquei o print errado o certo e esse http://prntscr.com/9998hl

me ajd ae mano pfv sou novo...
Reply
#4

PHP Code:
if(!strlen(params) || isnull(params)) 
pra que o isnull? nгo ta usando deixa assim
PHP Code:
if(!strlen(params)) return SendClientMessage(playerid0xFF0000FF"[Uso]: {FFFFFF}/anunciogang <texto>"); 
Vocк definiu o dcmd_anunciogang no OnPlayerCommandText?

Exemplo:
PHP Code:
dcmd(ola3cmdtext); 
Reply
#5

Obrigado CZ +repp
man poderia me ajd em uma coisinha??

o comando e para gangs e cops pode usar me ajuda a colocar so gangs,terroristas e assasinos a ultiliza-los? please
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)