Chessnut / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.rocks
MIT License
94 stars 77 forks source link

Can't create new character #157

Closed Jackralph96 closed 10 years ago

Jackralph96 commented 10 years ago

simple as click create new character and it just does nothing no lua errors, can spawn as already existing characters just can't make any new ones. Any insight on this?

Chessnut commented 10 years ago
  1. Don't make duplicate tickets.
  2. Sounds like you have an issue with your database.

On Thursday, June 5, 2014, Jackralph96 notifications@github.com wrote:

simple as click create new character and it just does nothing no lua errors can spawn as already existing characters just can't make any new ones. Any insight on this?

— Reply to this email directly or view it on GitHub https://github.com/Chessnut/NutScript/issues/157.

Jackralph96 commented 10 years ago

where would i find the database file so i can take a look at it?

Chessnut commented 10 years ago

It depends. Are you using mysqloo or tmysql4?

On Sat, Jun 7, 2014 at 7:41 AM, Jackralph96 notifications@github.com wrote:

where would i find the database file so i can take a look at it?

— Reply to this email directly or view it on GitHub https://github.com/Chessnut/NutScript/issues/157#issuecomment-45411690.

Jackralph96 commented 10 years ago

mysqloo i think. The one that saves it locally to the server

Chessnut commented 10 years ago

Then that's sqlite. Check the permissions to the sv.db file in your server's garrysmod folder.

On Sat, Jun 7, 2014 at 11:05 AM, Jackralph96 notifications@github.com wrote:

mysqloo i think. The one that saves it locally to the server

— Reply to this email directly or view it on GitHub https://github.com/Chessnut/NutScript/issues/157#issuecomment-45416939.

Jackralph96 commented 10 years ago

the permissions look are all on full access I'm just going to remove the database file so it makes another one for the server and just tell everyone to make a new character thanks for helping though.