• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Daopay problems...

Glidarn

Member
Joined
May 9, 2009
Messages
970
Reaction score
16
Location
Åkersberga, Sweden
I can't rly get it to work and i have read on forums but it still doesnt work... my peeps on the server geting "error, wrong pincode" all the time...


LUA:
$config['daopay'][0]['appcode'] = 61420; #
$config['daopay'][0]['prodcode'] = '61420'; #
$config['daopay'][0]['addpoints'] = '8'; #
$config['daopay'][0]['cost'] = "4 euro inc. VAT"; #
$config['daopay'][0]['appcode'] = 61420; #
$config['daopay'][0]['prodcode'] = '12345'; #
$config['daopay'][0]['addpoints'] = '10'; #
$config['daopay'][0]['cost'] = "7 euro inc. VAT"; #


i have also written the ip to the server on "Allowed IP addresses"

and the the same ip to the "link back to website"

kind regards Glidarn
 
Last edited:
I can't rly get it to work and i have read on forums but it still doesnt work... my peeps on the server geting "error, wrong pincode" all the time...


LUA:
$config['daopay'][0]['appcode'] = 61420; #
$config['daopay'][0]['prodcode'] = '61420'; #
$config['daopay'][0]['addpoints'] = '8'; #
$config['daopay'][0]['cost'] = "4 euro inc. VAT"; #
$config['daopay'][0]['appcode'] = 61420; #
$config['daopay'][0]['prodcode'] = '12345'; #
$config['daopay'][0]['addpoints'] = '10'; #
$config['daopay'][0]['cost'] = "7 euro inc. VAT"; #


i have also written the ip to the server on "Allowed IP addresses"

and the the same ip to the "link back to website"

kind regards Glidarn

$config['daopay'][0]['appcode'] = 61420; #
$config['daopay'][0]['prodcode'] = '61420'; #
$config['daopay'][0]['addpoints'] = '8'; #
$config['daopay'][0]['cost'] = "4 euro inc. VAT"; #
$config['daopay'][1]['appcode'] = 61420; #
$config['daopay'][1]['prodcode'] = '12345'; #
$config['daopay'][1]['addpoints'] = '10'; #
$config['daopay'][1]['cost'] = "7 euro inc. VAT"; #

Use this.
And did you setup daopay correctly?
 
Back
Top