Search Results
Now i have another problem.. Is this okay? I try to print to check but "radim 7" never print.....
Код:
forward create_property3(kid);
public create_property3(kid) {
new query[ 1500 ], string[ 10...
315
Now i get it. Thank you! One more question.. Is it better to use strcat or to just update in second function?
315
Quote:
Originally Posted by jasperschellekens
Wait, You use the query twice but want to save data of both querys in 1 row right?
You shouldn't remove a query, but convert them into one.
If...
315
Do i need to remove one query?
315
Hello guys! I have problem with my houses. When i create house it creates two in base.. http://prntscr.com/jbpzss . I have problem with long line so i create this two functions:
Код:
forward creat...
315
Ty bro. I am beginer in mysql. And i want to learn it. I have some more questions for you if you want to help. Sorry if i am boring
228
Quote:
Originally Posted by [HLF]Southclaw
See this for column limit.
The compiler will allow longer line lengths but that's just a workaround for a badly designed database. I understand ...
228
I will delete many things from bcs i edit that house system. How many fields can one table have to function correctly? And will that compiler fix that? Thank you guys
228
I know what this error means but. I try to delete something but i get the same error.
Код:
sql_create_property(kid)
{
new q[1500];
mysql_format(_dbConnector, q, sizeof(q), "INSERT INTO `proper...
228
Thank you guys i fix that. But now i have another problem with vehicle load. I dont have any errors or warnings but just dont load created cars. I think it is playerid problem. MAX_PLAYERS are defined...
285
Already done all of that... @Arakuta @jasperschellekens
285
Hello guys, i use dynamic vehicle system and when i create vehicle the veh_id is always 0.. Not 1,2,3 but only 0. I check in logs error or warnings but nothing is there. Here is the part of the create...
285
Quote:
Originally Posted by Dice_
mysql_static is only available for linux,he's currently using windows.
Update your streamer and MySQL plugin and recompile your gamemode.
And still the...
330
Quote:
Originally Posted by Spydah
The logs dont lie man.
I am not crazy man xD I have that plugins man
330
Quote:
Originally Posted by Mugala
[21:48:24] Loading plugin: mysql
[21:48:24] Failed.
[21:48:24] Loading plugin: streamer
[21:48:24] Failed.
you don't have this plugins, try to get...
330
I have 64-bit system. I downloaded windows server and i try to load streamer and mysql plugin but then shows me errors for dll files. I download that files and put it in gamemode. Now there is no erro...
330
I use mysql save/load system and when i start server it doesent load vehicles..
Server log:
Код:
[19:37:18] [debug] Run time error 4: "Array index out of bounds"
[19:37:18] [debug] Attempted to...
140
Hello guys! I have problem with mysql. I changed load/save system from yini to mysql and now mysql load system dont working.. On OnPlayerConnect public i put this
print("LOAD #1");
new query[128];
pr...
226