Hi, i got crash when i use
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)
What should i do not to get crashed?
I get crashed when using the format 16@...