Hi, i got crash when i use
What should i do not to get crashed?
I get crashed when using the format 16@ "%s (%d)" $n1 $n2, but if i use
don't get crash...
Code:
0AF0: $a1 = get_int_from_ini_file "cleo\a.ini" section "Section" key "id"
$n2 = SAMP.GetPlayerNickname($a1)
format 16@ "%s (%d)" $n1 $n2
Dialog.ListBoxInsertElement(1@ ,99 , 16@, 1 ,15)
I get crashed when using the format 16@ "%s (%d)" $n1 $n2, but if i use
Code:
Dialog.ListBoxInsertElement(1@ ,99 , $n1, 1 ,15)
Dialog.ListBoxInsertElement(1@ ,99 , $n2, 1 ,15)