ayuda
#4

Esto deberнa funcionar... tratare de explicartelo mejor por si no lo hiciste biйn:

En tu script debe haber algo que dice:
pawn Код:
public OnGameModeInit()
{
  .
  .
  .
  .
  return 1; //Los puntos son cualquier cosa que halla adentro de "OnGameModeInit()".
}
Agregas lo siguiente:
pawn Код:
AllowInteriorWeapons(0);
Quedandote asн:

pawn Код:
public OnGameModeInit()
{
  AllowInteriorWeapons(0); // Nueva linea
  .
  .
  .
  .
  return 1;
}
Advertencia:
Esto bloquearб las armas en todos los interiores...
Reply


Messages In This Thread
ayuda - by tiracho - 11.12.2009, 05:56
Re: ayuda - by elvago - 11.12.2009, 16:00
Re: ayuda - by tiracho - 11.12.2009, 16:27
Re: ayuda - by M1GU3L - 11.12.2009, 16:49
Re: ayuda - by elvago - 11.12.2009, 19:08
Re: ayuda - by M1GU3L - 11.12.2009, 21:13
Re: ayuda - by elvago - 12.12.2009, 05:38
Re: ayuda - by Donuts - 12.12.2009, 09:14
Re: ayuda - by M1GU3L - 13.12.2009, 01:41
Re: ayuda - by Zamaroht - 13.12.2009, 15:05

Forum Jump:


Users browsing this thread: 1 Guest(s)