[AJUDA]Comando
#1

Ola A Todos, alguem pode me ajudar em um comando....


Quando o jogador digita o comando, todos vгo para a msm pos Com certeza oq eu fiz aqui nao esta certo alguem pode me falar aonde й o erro
Код:
new ladoA[MAX_PLAYER];
new ladoB[MAX_PLAYER];

if (strcmp("/irevento", cmdtext, true, 10) == 0)
{
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(EventoCriado == 1)
{
    if(ladoA[playerid] == 5)// time do jogador equipe A maxi 5 players
    {
   	SendClientMessage(playerid, 0x008000AA, "Lado A ja esta cheio");
   	}
}else{ if(EventoCriado == 1)
{
	SetPlayerPos(playerid, -3745.82006836,465.29635620,27.87695312); // Pos da equipe A
 	ladoA[playerid]++;
 	noevento[playerid] = 1;
}
 	return 1;
}
    if(ladoB[playerid] == 5) // time do jogador equipe B maximo 5 players
    {
    SendClientMessage(playerid, 0x008000AA, "Lado do Exercito ja esta cheio");
}
   	}else{ if(EventoCriado == 1)
{
	SetPlayerPos(playerid, -3657.08520508,431.72711182,32.85673141); // pos da equipe B
 	ladoB[playerid]++;
   	SendClientMessage(playerid, 0x008000AA, "Lado B ja esta cheio");
   	}
 	return 1;
}
Grato Para quem me ajudar ai vlw...
Reply


Messages In This Thread
[AJUDA]Comando - by lincon c - 16.08.2011, 01:00
Re: [AJUDA]Comando - by Macintosh - 16.08.2011, 01:21
Re: [AJUDA]Comando - by lincon c - 16.08.2011, 01:28
Re: [AJUDA]Comando - by Macintosh - 16.08.2011, 01:44
Re: [AJUDA]Comando - by lincon c - 16.08.2011, 01:46
Re: [AJUDA]Comando - by Macintosh - 16.08.2011, 01:59
Re: [AJUDA]Comando - by lincon c - 17.08.2011, 00:33
Re: [AJUDA]Comando - by Macintosh - 17.08.2011, 01:10

Forum Jump:


Users browsing this thread: 2 Guest(s)