[AJUDA] Com um comando
#1

if(strcmp("/asskin", cmdtext, true, 10) == 0)
{

ShowPlayerDialog(playerid, FIGHT_DIALOG, DIALOG_STYLE_LIST, "Disfarces", "Groove\nBallas\nvagos\nbope\nexercito\nazteca\npc \ntirar disfarce\nComandoVermelho", "Select", "Cancel");
return 1;
}

o comando ta de boa mais quero colocar ele pra funcionar so para uma org do servidor no caso a numero 8 o que eu colocaria ai ?/obg
Reply
#2

Tenta assim:

Код:
	if(strcmp("/asskin", cmdtext, true, 10) == 0)
{
if(PlayerInfo[playerid][pMembro] == 8 || PlayerInfo[playerid][pLider] == 8)
{
ShowPlayerDialog(playerid, FIGHT_DIALOG, DIALOG_STYLE_LIST, "Disfarces", "Groove\nBallas\nvagos\nbope\nexercito\nazteca\npc \ntirar disfarce\nComandoVermelho", "Select", "Cancel");
return 1;
}
}
Reply
#3

ae funfo vlw
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)