26.05.2016, 15:41
hi im trying to read an information from a ini file. However, i have an error while i tried to compile...
Maybe could you help me ?
Thanks
Maybe could you help me ?
Код:
CMD:test(playerid, params[]) { new string[256], tmp2[256]; format(string,sizeof(string),"/accs/%s.ini",udb_encode(params)); INI:string[](name[], value[]) { INI_Int("Lotto", tmp2); } format(string,sizeof(string),"Lotto: %d ", tmp2); SendClientMessage(playerid, -1, string); return 1; }