[Ayuda]
#1

Код:
 public OnPlayerUpdate(playerid)
{
	if(!IsPlayerConnected(playerid)) return 0;

	//sirve para que no ayan armas en interiores
	if(GetPlayerInterior(playerid) != 0 && GetPlayerWeapon(playerid) != 0) {
	  SetPlayerArmedWeapon(playerid,0); 
	  return 0; 
	}
	
	
	return 1;
}
Este codigo sirve para que no se puedan usar armas en interiores
lo que busco yo esque quite las armas en exteriores ya que estoy haciendo un server de drift y no quiero DM en ningun lado
saben que funcion sirve para eso ?
Reply


Messages In This Thread
[Ayuda] - by RcoN! - 13.04.2010, 18:45
Re: [Ayuda] - by laborgward - 13.04.2010, 18:54
Re: [Ayuda] - by RcoN! - 13.04.2010, 19:03
Re: [Ayuda] - by laborgward - 13.04.2010, 19:20
Re: [Ayuda] - by RcoN! - 13.04.2010, 19:26
Re: [Ayuda] - by TheChaoz - 13.04.2010, 22:45
Re: [Ayuda] - by MrDeath537 - 13.04.2010, 23:11
Re: [Ayuda] - by RcoN! - 14.04.2010, 20:26
Re: [Ayuda] - by laborgward - 15.04.2010, 01:50
Re: [Ayuda] - by RcoN! - 15.04.2010, 03:14

Forum Jump:


Users browsing this thread: 2 Guest(s)