• 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!

Player reseting on death.

noea

.44 caliber love letter
Joined
Oct 19, 2007
Messages
41
Reaction score
0
Hey everyone, I've got this problem. I hope you guys can help me solve this:

Code:
[04/07/2008  18:33:15] SQLITE ERROR sqlite_exec: INSERT INTO `player_viplist` (`player_id`, `vip_id`) VALUES (5, 6) INSERT on table "player_viplist" violates foreign: "vip_id"
[04/07/2008  18:33:15] SQLITE ERROR sqlite_exec: ROLLBACK; cannot rollback - no transaction is active
[04/07/2008  18:33:15] SQLITE ERROR sqlite_exec: INSERT INTO `player_viplist` (`player_id`, `vip_id`) VALUES (5, 6) INSERT on table "player_viplist" violates foreign: "vip_id"
[04/07/2008  18:33:15] SQLITE ERROR sqlite_exec: ROLLBACK; cannot rollback - no transaction is active
[04/07/2008  18:33:15] SQLITE ERROR sqlite_exec: INSERT INTO `player_viplist` (`player_id`, `vip_id`) VALUES (5, 6) INSERT on table "player_viplist" violates foreign: "vip_id"
[04/07/2008  18:33:15] SQLITE ERROR sqlite_exec: ROLLBACK; cannot rollback - no transaction is active
[04/07/2008  18:33:15] Error while saving player: Gosu

I really don't know how this happened.

Thanks in advance!
 
Back
Top