|
OKStyle
| Дата: Среда, 23.02.2011, 11:57 | Сообщение # 1 |
 Архивариус
Группа: Администраторы
Зарегистрирован: 19.02.2011
Сообщений: 125
Репутация: 8
Статус: Offline
| Code stock IsPlayerInAmmunation(playerid) { if(IsPlayerInRangeOfPoint(playerid,5,296.5055,-38.5050,1001.5156) && GetPlayerInterior(playerid) == 1 || // 1 аммо в ЛС IsPlayerInRangeOfPoint(playerid,5,290.3027,-109.5433,1001.5156) && GetPlayerInterior(playerid) == 6 ||// 2 аммо в ЛС IsPlayerInRangeOfPoint(playerid,5,296.2880,-38.3293,1001.5156) && GetPlayerInterior(playerid) == 1 || // аммо СФ IsPlayerInRangeOfPoint(playerid,5,295.7100,-80.7987,1001.5156) && GetPlayerInterior(playerid) == 4 || // 1 аммо в ЛВ IsPlayerInRangeOfPoint(playerid,5,295.6303,-80.7295,1001.5156) && GetPlayerInterior(playerid) == 4 || // 2 аммо в ЛВ IsPlayerInRangeOfPoint(playerid,5,290.4833,-109.7664,1001.5156) && GetPlayerInterior(playerid) == 6 ||// аммо у Форта Карсон IsPlayerInRangeOfPoint(playerid,5,313.0578,-165.4706,999.6010) && GetPlayerInterior(playerid) == 6 || // аммо Эль Куебрадос IsPlayerInRangeOfPoint(playerid,5,289.9247,-109.7705,1001.5156)&& GetPlayerInterior(playerid) == 6 || // аммо Ангел Пейн IsPlayerInRangeOfPoint(playerid,5,295.7664,-80.8109,1001.5156) && GetPlayerInterior(playerid) == 4 || // аммо Блуберри IsPlayerInRangeOfPoint(playerid,5,295.7414,-80.8035,1001.5156) && GetPlayerInterior(playerid) == 4 || // аммо Паломино Крик IsPlayerInRangeOfPoint(playerid,5,290.0899,-109.7766,1001.5156) && GetPlayerInterior(playerid) == 6) // Бон Кантри { return 1; } return 0; }
|
| |
| |