now it work
great work it looks very nice 
VHdk
22
Try to manually create the column in the table, by executing the following sql on the database
ALTER TABLE vrp_users ADD firstSpawn BOOLEAN NOT NULL default 1
1 Like
VHdk
24
Nope not at all.
You can find me as VHdk#0069
1 Like
I added it in my sql, and i got still same problem (((
VHdk
26
Well the only thing I can think of then is to put a print("some message") before each MySQL.query and MySQL.execute in the server.lua. That way we can figure where it exactly fails
1 Like
Okey, thanks , let me try)
Only works for CreatCommand (
VHdk
31
yeah but make it before the MySQLquery and MySQL.execute not the create 
1 Like
Yes i already did it like on photo

and nothing in server console ((((
VHdk
33
Those two should also first be executed after you have had the menu
1 Like
VHdk
34
Might have found the problem, if you run an old version of vRP then there is no MySQL.execute command, try replace it with MySQL.query instead.
1 Like
Nice release VHdk. SeemsGood
MannyR
36
Great Release, however it doesn’t work with Dunko’s 6.7 version. Already changed to MySQL.query and no fix. I will try to fix myself, but I felt like I would let you know since there is a lot of Dunko users out here.
VHdk
37
Well tested it on the latest Dunko yesterday with no errors, so that is not the problem 
i got stuck in a black loading screen after create the identity, i got no errors at all