Search Results
Quote: Originally Posted by evan69 Show me the part where you declared the array "sEnterID". Probably it seems you haven't declared the array properly. You need to declare array using thi...
123
LoadSEnter() return mysql_tquery(g_iHandle, "SELECT * FROM `senters`", "OnSEnterLoad", ""); forward OnSEnterLoad(); public OnSEnterLoad() { for (new i, j = cache_get_row_count(); i != j; i++) // ...
123
LoadSellCars return mysql_tquery(g_iHandle, "SELECT * FROM `sellcars` ORDER BY `Price` ASC", "OnSellCarsLoad", ""); error 010: invalid function or declaration
73
Quote: Originally Posted by Konstantinos The string was only used in the older version to fetch the row and later split it to parts. As long as you load integer and floating-point numbers,...
112
Quote: Originally Posted by Konstantinos It's better to do an attempt so you can practice the new functions as well. You still have many rows so the loop is the same as previously and you ...
112
Quote: Originally Posted by Konstantinos I don't know what "siuksle" is for but you only assign a value to it, you never actually use it. With threaded queries, the code becomes: PHP ко...
112
Could anyone for example transfer this to R39-5 version, I use R5 before and now transfering to newer version but this part I just can't. Код: stock LoadFuelInfo() { new string[256]; mysql_tque...
112
or there's any program which you let compile in android?
86
Is there exist any program which would be able to compile and edit .pwn file in Android?
60
I can't find where's exacly overflow script is big how can I find it?
50
Quote: Originally Posted by sjames Read this? You dont need to replace it with anything. Thanks it worked, one more question how about this mysql_store_result( ); should I delete this...
189
@PaulDinam Thanks for help but I asked for sample of my situation mysql_free_result( ); how I should replace this one in blueG with cache?
189
Could you show one example in my situation?
189
Hi guys I'm updeteing from gstyle to blueg and I have one question in gstyle there's a function Код: mysql_free_result( ); But in blueg I can't find anything something like that, help please
189
Код: mysql_query( eile ); mysql_store_result( ); rows = mysql_num_rows(); One thing probably very important I forgot to say that I changed a plugin from g_stylez to blueg, probably all arguments...
81