hello guys,
i am using call @GetDigitsToPrint param_count 2 text 1@ memory_to_store_digits_as_text 2@
2@ has up to 6 digits (100000 for example)
how can i delete first 2,3 or 4 digits for example?
i am using call @GetDigitsToPrint param_count 2 text 1@ memory_to_store_digits_as_text 2@
2@ has up to 6 digits (100000 for example)
how can i delete first 2,3 or 4 digits for example?
Code:
while true
wait 0
0AC8: 1@ = allocate_memory_size 260
0AC8: 2@ = allocate_memory_size 260
if 0C5D: samp textdraw 20 is_exists
then
0C5A: samp textdraw 20 get_string_to 1@
call @GetDigitsToPrint param_count 2 text 1@ memory_to_store_digits_as_text 2@