Tuning
#2

tenta isso:

pawn Код:
public OnEnterExitModShop(playerid, enterexit, interiorid)
{
  if(enterexit == 0) // If enterexit is 0, this means they are exiting
  {
    SendClientMessage(playerid, COLOR_WHITE, "Nice car! You have been taxed $100.");
    GivePlayerMoney(playerid, -100);
  }
  return 1;
}
Reply


Messages In This Thread
Tuning - by victorxd12 - 28.02.2010, 04:37
Re: Tuning - by xolp25 - 28.02.2010, 15:20
Re: Tuning - by victorxd12 - 28.02.2010, 19:51
Re: Tuning - by Psy_Fear - 01.03.2010, 01:59
Re: Tuning - by victorxd12 - 01.03.2010, 04:27
Re: Tuning - by jcs14 - 01.03.2010, 09:55
Re: Tuning - by victorxd12 - 01.03.2010, 19:10
Re: Tuning - by victorxd12 - 02.03.2010, 01:40

Forum Jump:


Users browsing this thread: 1 Guest(s)