Other teams can use the megaphone
#9

pawn Код:
public IsACopCar(vehicleid)
{
   if(GetVehicleModel(vehicleid) == 597)
   {
      return 1;
   }
   else return 0;
}

public IsPlayerCop(playerid)
{
   if (gTeam[playerid] == TEAM_POLICELS)
   {
      return 1;
   }
   else return 0;
}
And erm what you mean?
Btw where are my server_log located
Reply


Messages In This Thread
Other teams can use the megaphone - by JoeDaDude - 22.01.2010, 14:41
Re: Other teams can use the megaphone - by KnooL - 22.01.2010, 15:47
Re: Other teams can use the megaphone - by JoeDaDude - 22.01.2010, 15:54
Re: Other teams can use the megaphone - by KnooL - 22.01.2010, 16:01
Re: Other teams can use the megaphone - by JoeDaDude - 22.01.2010, 16:10
Re: Other teams can use the megaphone - by KnooL - 22.01.2010, 16:14
Re: Other teams can use the megaphone - by JoeDaDude - 22.01.2010, 16:25
Re: Other teams can use the megaphone - by KnooL - 22.01.2010, 16:33
Re: Other teams can use the megaphone - by JoeDaDude - 22.01.2010, 16:37
Re: Other teams can use the megaphone - by KnooL - 22.01.2010, 16:45

Forum Jump:


Users browsing this thread: 1 Guest(s)