[Duda] Necesito ayuda
#3

Код:
public OnPlayerSpawn(playerid)
 {
	if (gTeam[playerid] == equipo_vagos)
	{
    SetPlayerPos(playerid, POS);
	SetPlayerColor(playerid,COLOR_VAGOS);
	GivePlayerWeapon(playerid,27,500);
	GivePlayerWeapon(playerid,31,1000);
	GivePlayerWeapon(playerid,24,200);
	SetPlayerTeam(playerid,1);
	GivePlayerWeapon(playerid,16,10);
	}
	
		if (gTeam[playerid] == equipo_aztecas)
	{
    SetPlayerPos(playerid, POS);
	SetPlayerColor(playerid,COLOR_AZTECAS);
	SetPlayerFacingAngle(playerid,182.4269);
	GivePlayerWeapon(playerid,24,500);
	GivePlayerWeapon(playerid,28,800);
	SetPlayerTeam(playerid,2);
	GivePlayerWeapon(playerid,31,1000);
	}
    
	return 1;

}
Reply


Messages In This Thread
[Duda] Necesito ayuda - by EduGTA - 02.04.2011, 15:28
Re: [Duda] Necesito ayuda - by murdoxix - 02.04.2011, 15:41
Respuesta: [Duda] Necesito ayuda - by Bastian_Rivera - 02.04.2011, 15:56
Re: [Duda] Necesito ayuda - by murdoxix - 02.04.2011, 16:01
Respuesta: [Duda] Necesito ayuda - by Bastian_Rivera - 02.04.2011, 17:57
Re: [Duda] Necesito ayuda - by EduGTA - 02.04.2011, 18:10
Re: [Duda] Necesito ayuda - by murdoxix - 02.04.2011, 21:40
Re: [Duda] Necesito ayuda - by EduGTA - 02.04.2011, 21:47
Respuesta: Re: [Duda] Necesito ayuda - by Lunnatiicz - 02.04.2011, 21:51
Re: Respuesta: Re: [Duda] Necesito ayuda - by EduGTA - 02.04.2011, 21:55

Forum Jump:


Users browsing this thread: 2 Guest(s)