» 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 ] ��� ��������

 
Jordan 63
������������

������: ������, ������
�����������: ���� 2007

�����: 228 ���������

� ��� ������ ������� ���� � �� �������
�������� 180 ���� � ������ ���� ����������� �� ��� �������� ����� �� ���� �� ���������� � �������� ��
��� �� �������� �������� 161 ���� ��� �������� 23 ��� �.� ��������� ������������ �� ���� ������� �������. ��� ��� ����� �������?

��������� ��������� ��� ��� ������ ��������� ���������� ����� ������ � �� ����� �������� ��� ����� ����� ������� ����� ����� ����� �������. ���� �������� ������ ������ ������� �������� � �������.
����� �������� ������ ��� ����� ������� ������� ����� ������� ��� ������ ������ ���� ����.
� ����� scripts ���� ���������.

��������� ���������� ����� ������� ����

http://jordan631.narod.ru/Steal.rar

P.S. �������� ����������� ����� �� ��������� ������� ����������� �� ����� � ���� ��� ��������� ��������� � ������ �������.

���� � ������ 1.h � ������� ��������� f-Geck ����� �� ��������� �������� � ������� ��������

����������: 16:30 - 8 ���., 2008 | ����������: Jordan 63 - 21:06 - 8 ���., 2008
Alchemist
���������

������: �������-17
�����������: ���. 2004

�����: 298 ���������

������:
��������� ������������ �� ���� ������� �������. ��� ��� ����� �������?

�������� ���. � �������:
���:
 
variable word; // SVAR ��� ������� �����
variable remn;       // SVAR ��� �������

remn := global_var(GVAR_DayCounter) % 10;
if (remn > 4) then begin
   word : = 3;
end else begin
   if (remn > 1) then begin
        word := 2;
   end else begin
       if (remn == 1 and global_var(GVAR_DayCounter) != 11) then begin
           word := 1;
       end else begin
           word := 3;
       end
   end
end

display_msg(mstr(400+word) + global_var(GVAR_DayCounter) + mstr(410+word));



� � MSG:
���:
 
{401}{}{������� }
{402}{}{�������� }
{403}{}{�������� }

{411}{}{ ����.}
{412}{}{ ���.}
{413}{}{ ����.}



-----
/// What'ya be sain'? Vault 100+? We need nothing o'that!

����������: 14:24 - 9 ���., 2008
Jordan 63
������������

������: ������, ������
�����������: ���� 2007

�����: 228 ���������

Alchemist

� ������ �������� ������ ������! ��� �� ���� ����! � �� � ��� � ��� � ���� � �� �� ���������� � ����� ������ ����� �� ����.

����������: 16:43 - 12 ���., 2008
Alchemist
���������

������: �������-17
�����������: ���. 2004

�����: 298 ���������

"�����" ������� �� ����������. � ������ ����� ��������������� ������. �������� ����, ��������� �����, � ���, ��� ��� ���������� ������ ������� mstr ����� ��������� define ��� ������� ������� � scripts.h �, ��������������, define � ������ ������ �������. ��� ������, ������� ����� �������� �� "�����" sslc ��� �������������. ������ ���� ���������, ������� �� ��� ��� ������ ������� �� �����-���� ������� �������.
���:
// ������ 666 ��������� ����� ����� GVAR 
// ������ 111 ��������� ����� ������ MSG

procedure DispRemain
begin
   variable word; // SVAR ��� ������� �����
   variable remn;       // SVAR ��� �������


   remn := global_var(666) % 10;
   if (remn > 4) then begin
       word := 3;
   end else begin
       if (remn > 1) then begin
            word := 2;
       end else begin
           if (remn == 1 and global_var(666) != 11) then begin
               word := 1;
           end else begin
               word := 3;
           end
       end
   end

   display_msg(message_str(111, 400+word) + global_var(666) + message_str(111, 410+word));
end


P.S. � ��� � ���������� ������� � ����� ���������� � ����������, ������� ������ ������ ����� ':' � '='.

-----
/// What'ya be sain'? Vault 100+? We need nothing o'that!

����������: 19:08 - 13 ���., 2008 | ����������: Alchemist - 19:11 - 13 ���., 2008
Jordan 63
������������

������: ������, ������
�����������: ���� 2007

�����: 228 ���������

Alchemist

������:

P.S. � ��� � ���������� ������� � ����� ���������� � ����������, ������� ������ ������ ����� ':' � '='.


��� �� �� ����� �� � ������������

������ ��� ���������� ������� ������� �� �� ������, ����� ������ ��� �������� ������� �� ������� eror � ����� ����������� ���� ��� ���������.

��� ����� �������

procedure description_p_proc begin
 script_overrides;
 call Node001;
end

procedure Node001 begin
  variable word; // SVAR ��� ������� �����
  variable remn;       // SVAR ��� �������
  variable GVAR_DayCounter;
  GVAR_DayCounter := GVAR_DAYS_TO_VAULT13_DISCOVERY;

remn := global_var(GVAR_DayCounter) % 10;
if (remn > 4) then begin
   word := 3;
end else begin
   if (remn > 1) then begin
        word := 2;
   end else begin
       if (remn == 1 and global_var(GVAR_DayCounter) != 11) then begin
           word := 1;
       end else begin
           word := 3;
       end
   end
end

display_msg(mstr(400+word) + (global_var(GVAR_DAYS_TO_VAULT13_DISCOVERY) - GAME_TIME_IN_DAYS) + mstr(410+word));
end

���� ���

{401}{}{������� }
{402}{}{�������� }
{403}{}{�������� }

{411}{}{ ����.}
{412}{}{ ���.}
{413}{}{ ����.}

vault13.gam

GVAR_DAYS_TO_VAULT13_DISCOVERY          :=180;  //      (1009)

� ��� ���������

http://jordan631.narod.ru/scr00001.JPG
http://jordan631.narod.ru/scr00000.JPG

����������: 15:58 - 15 ���., 2008
Alchemist
���������

������: �������-17
�����������: ���. 2004

�����: 298 ���������

��-������, ��� �� �������� �� ������ ���������� ����������, � (global_var(GVAR_DAYS_TO_VAULT13_DISCOVERY) - GAME_TIME_IN_DAYS), �� ������ ����, ����� ����������� ��������� ���������� ����� GVAR, ����� �� ����� ���� ����� ��������� ������. � ������ ������� ��� � ���. � �� �������� � ���� ���������� ����������.
�� ���� Error ������� ���-�� ������. ������, ��� �� �����-�� �������, ����� ����� ������������� ���� mstr(410+word) ������ ������� ������ �� MSG, � mstr(400+word) -- ���. ��������� ����, �� ��� ����� ���� ����������, ������������ �� ��������. ������ ����������� ������� ������� ������������ ������ � ��� ������� � ��������� ����������, � ��� � ���������� ��������. � ��� �������, ��� �� � ���� ����� � ��������������� MSG ���������� ����� � �������� �� 400.

-----
/// What'ya be sain'? Vault 100+? We need nothing o'that!

����������: 15:43 - 16 ���., 2008
Jordan 63
������������

������: ������, ������
�����������: ���� 2007

�����: 228 ���������

Alchemist

� ������ ��� ���� ����� ����� 180 �� ������� ������ ��������, � ��������� ����� �������� ������.

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

� �������� �� ����� ��� ������� ���������?

����������: 16:59 - 16 ���., 2008
Alchemist
���������

������: �������-17
�����������: ���. 2004

�����: 298 ���������

������:
� ������ ��� ���� ����� ����� 180 �� ������� ������ ��������, � ��������� ����� �������� ������.

��� ��������� ������� �����, ��, ���� ����������� � ������� ��� �������� � ��������� ������, ����� ����������� � ��������. ������� �� ��������� ���������, ����� ���� ������������������ �����.

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

� ������, ����� ������������� ��������� ������������? �� ��, �����, � ���� �� ��� ����� ����� �����, ����� ������ ��������� ��������� ������. ��� �����, �� SSL. ���������� ���� �������� ���������� �����������. �������� ��� �����, � �� ������ ��������� ������ � ������� �����. � �� ����� ����� ������ ����� �� ���� -- ��������� � ����������� �� �������.

������:
� �������� �� ����� ��� ������� ���������?

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

-----
/// What'ya be sain'? Vault 100+? We need nothing o'that!

����������: 18:56 - 16 ���., 2008
Jordan 63
������������

������: ������, ������
�����������: ���� 2007

�����: 228 ���������

Alchemist

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


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

������:
��������� ����� �� ����� ��������� ���������� ����� ���������. � ������ �� ������� ��� ������ �� MSG ��� ������� ����� � ������ -- ��� ����. ����, �������, ������� � MSG ����, �� ������� ������� ������������  �������, �� ������ ��. �� ���������� ��� ������ ��������.


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

����������: 19:14 - 16 ���., 2008
Wasteland Ghost
��������� ���� ����������

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

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

������:
������, ��� �� �����-�� �������, ����� ����� ������������� ���� mstr(410+word) ������ ������� ������ �� MSG, � mstr(400+word)  -- ���. ��������� ����, �� ��� ����� ���� ����������, ������������ �� ��������.

��� � ���� ����� ���� �� ������� ���. ������, �� ��� � �������� �������� �����. �������� ����. ������������ ���-�� �� ������, �������, � �������������. ����� ��������. ������� ��� � �� �������. �� � ����� ���� ����� ���� ������������ ���� ���-�� ��� ������������� word.
������:
������ ������ ��� ��� �������.

variable stored_node;
...
stored_node := node001;
...
call stored_node;

����������: 23:36 - 17 ���., 2008
 

������� �� �����
<< ����. ����. >>
�������� ���� ���� [ 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