Disable get weapons/ armour from enforcer etc
#2

Just remove the code.

Look in OnPlayerEnterVehicle and look for the vehicle ID 427.

Look for a code similar to this one:

Код:
if(IsPlayerInVehicle(playerid, 427))
{
  GivePlayerWeapon(playerid, 25, 100);
  SetPlayerArmour(playerid, 100.0);
}
return 1;
Reply


Messages In This Thread
Disable get weapons/ armour from enforcer etc - by hipy - 04.04.2009, 21:00
Re: Disable get weapons/ armour from enforcer etc - by BigPoncho - 04.04.2009, 21:08
Re: Disable get weapons/ armour from enforcer etc - by MenaceX^ - 04.04.2009, 21:13
Re: Disable get weapons/ armour from enforcer etc - by hipy - 05.04.2009, 10:27
Re: Disable get weapons/ armour from enforcer etc - by dre$tA - 05.04.2009, 10:34
Re: Disable get weapons/ armour from enforcer etc - by Jefff - 05.04.2009, 11:33

Forum Jump:


Users browsing this thread: 1 Guest(s)