
Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7
Search found 4 matches
- 05.09.2009 6:40
- Forum: Помощь по скриптам
- Topic: Помогите
- Replies: 6
- Views: 8912
- 04.09.2009 23:23
- Forum: Помощь по скриптам
- Topic: Помогите
- Replies: 6
- Views: 8912
- 04.09.2009 21:22
- Forum: Помощь по скриптам
- Topic: Помогите
- Replies: 6
- Views: 8912
- 04.09.2009 18:54
- Forum: Помощь по скриптам
- Topic: Помогите
- Replies: 6
- Views: 8912
Помогите
Скрипт запускается и выключается. Где беда? program harvesting; {$Include 'all.inc'} type ArrayType1 = Array [0..1] of Word; const dropcount = 1; var drop_types : ArrayType1; i : Integer; begin drop_types := [$19B7, $19B8]; while not dead do begin while weight < 700 do begin clearjournal; waittarget...