[QUOTE=WaterRatj;24801199]yeah but seems hes not been on since july, and of others have problem with it to.
I'll wait till he updates it, for now i'll try tmysql, and return to mysqloo when it works for me, if andy updates it
Its sad a bit since it use to work for me, and din't change anything since then, only an update for garrysmod[/QUOTE]
His email is on his FP profile.
[QUOTE=Teddi Orange;24801261]His email is on his FP profile.[/QUOTE]
I'll email him, thanks for all your help!
I was wondering why the hell my MySQL Querys where NIL and denied and not working period in my servers
[QUOTE=mikeym;24801306]I was wondering why the hell my MySQL Querys where NIL and denied and not working period in my servers[/QUOTE]
Seems alot of people having problems with mysqloo, I emailed him about it, lets see if he answers.
Also for now use another mysql module or keep trying to figure it out, but i'm kinda sick of failin over and over again ^^
[QUOTE=mikeym;24801306]I was wondering why the hell my MySQL Querys where NIL and denied and not working period in my servers[/QUOTE]
I only get that error if there's no connection established.
[QUOTE=WaterRatj;24801571]Seems alot of people having problems with mysqloo, I emailed him about it, lets see if he answers.
Also for now use another mysql module or keep trying to figure it out, but i'm kinda sick of failin over and over again ^^[/QUOTE]
Can you post us any reply you get?
[QUOTE=Drakehawke;24801660]Can you post us any reply you get?[/QUOTE]
If he emails me back, i'll post the email here fo everyone who wants/uses mysqloo
[QUOTE=iRzilla;24801945]I'm not having any problems with MySQLOO. You're probably downloading the wrong version, and thanks for being descriptive with your errors that will help him fix your problems a lot.[/QUOTE]
?
Yeah seems some people don't have problems with it.
Also I'm having the latest version? Worked before.
Also I already descripted alot of errors on the forums, in this topic and in the original mysqloo topic?
[editline]06:54PM[/editline]
[QUOTE=WaterRatj;24802022]?
Yeah seems some people don't have problems with it.
Also I'm having the latest version? Worked before.
Also I already descripted alot of errors on the forums, in this topic and in the original mysqloo topic?[/QUOTE]
With a simple test as this it still doesn't show the onSuccess function
-SNIP-
OMG, I'm a complete noob!!!!!! i'm using dedicated server, but you have to have either you or a bot in server for it to show any data in console! lol all those hours lost for nothing !!! ^^
Okay, I know now what the problem is!
But still have another problem now.
Seems that the function isn't being called since I called it in a function that I used into the server console and used lua_print myfunction()
But from the moment someone is on the server (either a bot or human) then it will print to the console)
I hope this bug will be fixed.
But i'm wondering now, how would I get data from a query from the moment server is started but noone is playing on it? Seems like function doesn't work before someone joined server!
Anyone can clear this up? A work around or something?
[QUOTE=WaterRatj;24809917]Okay, I know now what the problem is!
But still have another problem now.
Seems that the function isn't being called since I called it in a function that I used into the server console and used lua_print myfunction()
But from the moment someone is on the server (either a bot or human) then it will print to the console)
I hope this bug will be fixed.
But i'm wondering now, how would I get data from a query from the moment server is started but noone is playing on it? Seems like function doesn't work before someone joined server!
Anyone can clear this up? A work around or something?[/QUOTE]
Quite a few functions don't run when the server is empty, just for the sake of it (usually you don't need them running otherwise). Think is an example of this.
[QUOTE=Teddi Orange;24812937]Quite a few functions don't run when the server is empty, just for the sake of it (usually you don't need them running otherwise). Think is an example of this.[/QUOTE]
So how would I lets say achieve a way to after server is runned, check db and load a banlist from table and place them in the server banlist?
[QUOTE=WaterRatj;24813093]So how would I lets say achieve a way to after server is runned, check db and load a banlist from table and place them in the server banlist?[/QUOTE]
You shouldn't need to check the database, but what you could do is spawn a bot, until a player joins.
Regarding bans, you (should) be updating them every x minutes or hours. This means that players that get unbanned can then join until waiting for a server restart.
That said however, I call my bans manually (ie I do it a function or three later), because onSuccess sometimes appears to be called even before a connection has been established.
[QUOTE=Teddi Orange;24821250]You shouldn't need to check the database, but what you could do is spawn a bot, until a player joins.
Regarding bans, you (should) be updating them every x minutes or hours. This means that players that get unbanned can then join until waiting for a server restart.
That said however, I call my bans manually (ie I do it a function or three later), because onSuccess sometimes appears to be called even before a connection has been established.[/QUOTE]
I'll try some serveral ways and see whats best :D
Sorry, you need to Log In to post a reply to this thread.