Client Help

Jordam

Member
May 4, 2015
70
5
Can anyone Help me with this? Emulator Connects fine, when I load up client it just stays on image and if I do a alert It pops up?
Client1.png


client2.png


Thanks
 
May 1, 2015
470
154
Hi,
Try running the following SQL:

CREATE TABLE `emu_lottery` (
`id` int(11) NOT NULL DEFAULT '1',
`jackpot` bigint(255) DEFAULT NULL,
`lastwinner` varchar(255) DEFAULT NULL,
`lastnumber` varchar(255) DEFAULT NULL,
`lastprize` bigint(255) DEFAULT NULL,
`nextdraw` varchar(255) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET


I honestly don't suggest this emulator either, don't get me wrong it's decent, but unless you know how to fix several bugs, its a good emulator. I know there are the following bugs; wired is messed up, you cannot buy furniture either.

EDIT: to fix purchasing items from the catalogue, go into you're items table find wall_pos and give it a default value.
 
Nov 27, 2014
238
35
Hi,
Try running the following SQL:

CREATE TABLE `emu_lottery` (
`id` int(11) NOT NULL DEFAULT '1',
`jackpot` bigint(255) DEFAULT NULL,
`lastwinner` varchar(255) DEFAULT NULL,
`lastnumber` varchar(255) DEFAULT NULL,
`lastprize` bigint(255) DEFAULT NULL,
`nextdraw` varchar(255) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET


I honestly don't suggest this emulator either, don't get me wrong it's decent, but unless you know how to fix several bugs, its a good emulator. I know there are the following bugs; wired is messed up, you cannot buy furniture either.

EDIT: to fix purchasing items from the catalogue, go into you're items table find wall_pos and give it a default value.
He is right about the messed up features, I've used it previously. I recommend going to R63B, but I do like R63 better
 

Users who are viewing this thread

☀️  Switch to Light Theme

Latest posts

Top