Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Cleo script :
- // This file was decompiled using sascm.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007
- {$VERSION 3.1.0027}
- {$CLEO .cs}
- //-------------MAIN---------------
- thread 'AUTOCMDSENDER'
- 0662: NOP "MADE BY XZYTRO-SPRINGFIELD COLLABORATION"
- :GET_INFO_FROM_INI
- wait 0
- if
- 0AAB: file_exists "CLEO\autocmdsender.ini"
- else_jump @REJECT
- 0AF0: 0@ = get_int_from_ini_file "cleo\autocmdsender.ini" section "DELAY" key "MILISECONDS"
- 0AF4: 1@v = read_string_from_ini_file "cleo\autocmdsender.ini" section "COMMAND1" key "TYPE"
- 0AF4: 5@v = read_string_from_ini_file "cleo\autocmdsender.ini" section "COMMAND2" key "TYPE"
- 0AF4: 10@v = read_string_from_ini_file "cleo\autocmdsender.ini" section "COMMAND3" key "TYPE"
- 0AF4: 15@v = read_string_from_ini_file "cleo\autocmdsender.ini" section "COMMAND4" key "TYPE"
- 0AF2: 20@ = get_float_from_ini_file "cleo\autocmdsender.ini" section "POS1" key "X"
- 0AF2: 21@ = get_float_from_ini_file "cleo\autocmdsender.ini" section "POS1" key "Y"
- 0AF2: 22@ = get_float_from_ini_file "cleo\autocmdsender.ini" section "POS2" key "X"
- 0AF2: 23@ = get_float_from_ini_file "cleo\autocmdsender.ini" section "POS2" key "Y"
- 0AF2: 24@ = get_float_from_ini_file "cleo\autocmdsender.ini" section "POS3" key "X"
- 0AF2: 25@ = get_float_from_ini_file "cleo\autocmdsender.ini" section "POS3" key "Y"
- 0AF2: 26@ = get_float_from_ini_file "cleo\autocmdsender.ini" section "POS4" key "X"
- 0AF2: 27@ = get_float_from_ini_file "cleo\autocmdsender.ini" section "POS4" key "Y"
- :MAIN
- wait 0
- if and
- 056D: actor $PLAYER_ACTOR defined
- 0256: player $PLAYER_CHAR defined
- else_jump @MAIN
- WHILE TRUE
- wait 0
- if
- 00EC: actor $PLAYER_ACTOR sphere 0 near_point 20@ 21@ radius 5.0 5.0
- then
- 0AF9: samp say_msg "/%s" 1@v
- wait 0@
- end
- if
- 00EC: actor $PLAYER_ACTOR sphere 0 near_point 22@ 23@ radius 5.0 5.0
- then
- 0AF9: samp say_msg "/%s" 5@v
- wait 0@
- end
- if
- 00EC: actor $PLAYER_ACTOR sphere 0 near_point 24@ 25@ radius 5.0 5.0
- then
- 0AF9: samp say_msg "/%s" 10@v
- wait 0@
- end
- if
- 00EC: actor $PLAYER_ACTOR sphere 0 near_point 26@ 27@ radius 5.0 5.0
- then
- 0AF9: samp say_msg "/%s" 15@v
- wait 0@
- end
- end
- :REJECT
- wait 0
- 0ACD: show_text_highpriority "~B~FILE MISSING : '~R~Autocmdsender.ini~B~'" time 2500
- 0A93: end_custom_thread
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement