OnPlayerDeath [Taken down]
#10

PHP код:
stock PoliceTeam(skinid)
{
    
// includes corrupt cops from singleplayer, SWAT, FBI and Army skin and 0.3.7 cop ones
    
switch(skinid)
    {
        case 
265..267280..288300..302306307309..311: return 1;
        default: return 
0;
    }
    return 
0;
}
stock ArmyTeam(skinid)
{
   switch(
skinid)
   {
     case 
287: return 1;
     default: return 
0;
   }
   return 
0;
}
stock SWAT(skinid)
{
  switch(
skinid)
  {
     case 
285: return 1;
     default: return 
0;
  }
  return 
0;

Reply


Messages In This Thread
OnPlayerDeath [Taken down] - by Thanks - 08.05.2018, 21:07
Re: OnPlayerDeath [Taken down] - by Osamakurdi - 09.05.2018, 08:33
Re: OnPlayerDeath [Taken down] - by Thanks - 09.05.2018, 09:40
Re: OnPlayerDeath [Taken down] - by Thanks - 09.05.2018, 11:54
Re: OnPlayerDeath [Taken down] - by Exhibit - 09.05.2018, 13:00
Re: OnPlayerDeath [Taken down] - by Thanks - 09.05.2018, 14:41
Re: OnPlayerDeath [Taken down] - by Osamakurdi - 09.05.2018, 17:27
Re: OnPlayerDeath [Taken down] - by Thanks - 09.05.2018, 18:20
Re: OnPlayerDeath [Taken down] - by Osamakurdi - 09.05.2018, 18:54
Re: OnPlayerDeath [Taken down] - by Thanks - 09.05.2018, 19:08

Forum Jump:


Users browsing this thread: 1 Guest(s)