[QUOTE = "den1zwu, post: 117941, lid: 23397"]
mijn vriend, mijn iban-deel is onduidelijk en het telefoonnummer laat niet zien wat ik moet doen
[/ CITAAT]
sorry for my english
i adjusted the iban in server/main.lua
function generateIBAN()
local numBase0 = math.random(11, 99)
local numBase1 = math.random(1111111111, 9999999999)
local num = string.format('NL' .. "" .. numBase0 .. "" .. 'ERPB' .. "" .. numBase1 .. "")
return num
end
offcourse you need to change NL and ERPB to the iban configuration you want!
good luck