» TeamX (����� ������)«


����� TeamX » ���. ��������� » ������� (��� ������� �� ���������� - ����)

������� �� �����
<< ����. ����. >>
�������� ���� ���� [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 ] ��� ��������

 
Mynah
���������

������: �����
�����������: ���. 2004

�����: 469 ���������

binyan
����� ��������-�� �� ���������?
������ ������ �������� � �������� ������.

���:
procedure check_forbidden_weapon(varibale pid) begin 
variable i:=0;
variable tmp_out:=1;

 while i<frbdn_wpn_cnt+1 do begin
  i+=1;
  if forbidden_weapon_pid_array(i)==pid then tmp_out:=0;
 end
 
 return tmp_out;
end

-----
 if check_forbidden_weapon(x) then .....
-----



PS: ������, ��� ������-�� ����������? ��� ��� ����?;)

-----
Scio me nihil scire

����������: 12:27 - 24 ���., 2005
binyan
������������

������: Israel
�����������: ���� 2005

�����: 292 ���������

�� ���� ���� ���� �������� � ��������� =) � ���(�� �� ������, �� ���-�� �����) ������ ���� =) � ������ ? ������������ ��������� =)) ��� ��� ����� ����� �������� ������ =)

-----
...������� �������������, ���������� � ��������������..

����������: 23:03 - 24 ���., 2005
Zarkon
������������

������: ������. �������.
�����������: ���. 2005

�����: 2 ���������

�������� �����������!
���������(���� ��� �����)  ��� ������� ������ ��� �������� ��������, �������� ����� �������: "���������" � "�����". ???

����������: 11:53 - 26 ���., 2005
Pavel
���������

������: ������ �������
�����������: ��� 2004

�����: 368 ���������

Zarkon
��� �������� �������� - ���� ����� ������� ������������ ��������, ������� ����� ����� �� ������. ��� ��������� �������� ���� �� ���� �����. ���� � ���� ������������� ����� �������, � ������� ����� ����� ������ - �����, � ����: RTFM.

��: ��� �������� �������� ���������� ������ ������� � ������� "������-����" � � ������ ��������� ������. ����� ������ ������� ����� ������� � ������� �������� �����������.

-----
� ����� ������ ���� ��������� �� 100%, ���� ������� �� ������ �����...

����������: 12:06 - 26 ���., 2005
Sokil
������������

������: ����
�����������: ���� 2004

�����: 120 ���������

2Zarkon
�� ������ ������� ���� ������ �� ������ ���� �� ������� ����� �� ����. ��� �������� ���� ����������� ����� dctubby.ssl, ditubbox.ssl, �command.h � ������� �� bis_help. ��� ����� ������������ den.h � ��� ��� �� ������. ������, �� ����� HEADERS ����� �������� ������ ��������.

����������: 13:10 - 26 ���., 2005
Zarkon
������������

������: ������. �������.
�����������: ���. 2005

�����: 2 ���������

����������, ������ ������������...
������ �������� ��� ��������� � ��� �������� ����?

-----
(_|_)

����������: 17:24 - 26 ���., 2005
Mynah
���������

������: �����
�����������: ���. 2004

�����: 469 ���������

Zarkon,
������ ���� �����. �������� ������������. ������. "��� ��������� � ���" - ��� ������ �� ����.

��: � ���������� ��������� ���� ������ ���� ����.

����->���������->cmd->shutdown -s -t 00


-----
Scio me nihil scire

����������: 18:52 - 26 ���., 2005
binyan
������������

������: Israel
�����������: ���� 2005

�����: 292 ���������

���������� ����������� � ������ �������. � ��������� �������, ����� ����� ������������ ������ ��� ������� ������� (��-���). � ��� ����� ��������, ����� ����� ������������ ��� ��������� ������� � 9 ���������� ��� �������.
procedure degree(variable num, variable degree) begin
variable i:=1;
variable temp;
while(i<degree) do begin
num:=num*num;
i+=1;
end
temp:=num;
if degree==0 then temp:=1;
return temp;
end

Procedure Hide_forbidden_weapon begin
variable i;
set_local_var(LVAR_forbidden_weapon,0);
while(i<amount_forbidden_weapon) do begin
if(obj_carrying_pid_obj(self_obj,forbidden_weapon_pid_array(i))!=0)then
begin
remove_from_inventory(forbidden_weapon_pid_array(i));
set_local_var(LVAR_forbidden_weapon,((local_var(LVAR_forbidden_weapon)*10)+1 ));
end
else set_local_var(LVAR_forbidden_weapon,(local_var(LVAR_forbidden_weapon)*10+2));
i+=1;
end
end

Procedure Show_forbidden_weapon begin
variable i;
variable j:=0;
variable g:=1;
i:=(amount_forbidden_weapon-1);
if((local_var(LVAR_forbidden_weapon)/degree(10,i))==1) then add_to_inventory(forbidden_weapon_pid_array(j));
while(i>=0) do begin
i-=1;
j+=1;
if(((local_var(LVAR_forbidden_weapon)/degree(10,i))%degree(10,g))==1) then add_to_inventory(forbidden_weapon_pid_array(j));
g+=1;
end
end
���...���������� ��� �����������


-----
...������� �������������, ���������� � ��������������..

����������: 1:18 - 27 ���., 2005
Wasteland Ghost
��������� ���� ����������

������: ������, ������
�����������: ���. 2002

�����: 2251 ���������

2Zarkon � ���. � �� ������� ������, ���� �� ����������� �������� ��������� ���������� �������.

����������: 11:10 - 27 ���., 2005
Fozzy
������������

������: �������,����
�����������: ���. 2004

�����: 81 ���������

������ � ��� ��������� ��� ����� ���� �������� ������� � ����� ssl.
���:
 
#define mass[y]:=x set_local_var(y, x)
#define :=mass[y] local_var(y)


��� ������ ��� ������� ���������� ��������� ���������� ��� ������ � ��� ���������� �������.

����������:
1. ����� �������, �� �� ����� ������������ �������� ������, ������ ����� ���������� ��������������� ����� mass ��� �� ���� ���.

�����������:
1. ����� �������������� ���������� ���������� ������� "��������".
���:
 
procedure sort(variable max)
variable i;
variable y;
variable temp;
begin
 while i <= max - 1 do // ��� ��� � ���� �� �������� ����� for ���������� ����� while
   begin
     while y != i do
       begin
        if i < y then //���� i �������� �� ������� � y ������ ������� �������� � ����������. ����� �������� ���� � ����������� �� ���� ��� �����������. (�� ����������� < (�� �������� >
         begin
          temp:=mass;
          mass:=mass[y];
          mass[y]:=temp;
         end
        y:=y+1;
       end
    i:=i+1;
end
end


���� ��� ��������������(��������) ������ ��� ���������������� �������� ��� ��� � �� ������ ��� ���� ������ �������� ��� ������.
�������� �� ��� �������� � ����������, ����� �� ������.
������� ����-�� ��� ����������.

-----
��������� ������ � ����������� ������ - ������� ������� �� �� ��� �� ������.
� ��� ����� ����� � ���� ������� - ����������, ������� ��� �� �����. (�)Fozzy

����������: 17:38 - 23 ������, 2005
 

������� �� �����
<< ����. ����. >>
�������� ���� ���� [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 ] ��� ��������


Powered by Ikonboard 2.1.9 RUS
Modified by RU.Board Team
© 2000 Ikonboard.com