ha.sh
Active member
- Joined
- Nov 14, 2018
- Messages
- 66
- Reaction score
- 0
How can i fix this? i can't scan text 2 (Strip) its must be "The Strip". But as you can see, it just says "The". How to scan full chat string at 1 lines?
This is the code i use:
Translate to English:
** You can see someone has entering the Ace's Taxi.
(Japanese) Ace Kiramatsu says: Where we go?
** Passenger: The (( Ace Kiramatsu ))
(Japanese) Ace Kiramatsu says: Oke, lets go.
This is the code i use:
Code:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}
//-------------MAIN---------------
thread "EasyTaxi"
0000: NOP
:EasyTaxi_14
wait 0
SAMP.Available
else_jump @EasyTaxi_14
:EasyTaxi_86
wait 0
if and
SAMP.IsLocalPlayerSpawned
not SAMP.IsDialogActive(-1)
else_jump @EasyTaxi_86
alloc 0@ 160
SAMP.GetChatString(98, 0@, $NOT_USED, $NOT_USED, $NOT_USED)
if
0AD4: $NOT_USED = scan_string 0@ format "Destination: {33AA33}%s" 5@v
else_jump @EasyTaxi_86
wait 1000
say "/do Terlihat seseorang telah memasuki Taxi milik Ace."
wait 1000
say "Tujuan kemana?"
wait 2000
say "/do Penumpang: %s" 5@v
wait 1000
say "Oke, berangkat kita."
wait 200
free 0@
jump @EasyTaxi_86
Translate to English:
** You can see someone has entering the Ace's Taxi.
(Japanese) Ace Kiramatsu says: Where we go?
** Passenger: The (( Ace Kiramatsu ))
(Japanese) Ace Kiramatsu says: Oke, lets go.