Search Results
Quote: Originally Posted by Abagail You should use threaded queries, however they're handled differently. They use callbacks, however you can also save cache for later use outside of it wi...
106
If everyone busy or not looking for help atleast could someone say am I going for right path. R6: Код: mysql_get_field("Id", content); id = strval( content ); BizzFurniture[ i...
106
Hello Im trying to update mysql R6 version to R39 I tried search which command change the older one but I couldnt find. Код: FUNKCIJA:OnLoadBizzFurnitures( ) { new content[ 512 ], rows, i = ...
106
Код: new furnitureTexture[ 4 ]; cache_get_field_content(i, "TxdId0", BizzFurniture[ id ][ furnitureTexture ][ 0 ]); cache_get_field_content(i, "TxdId1", BizzFurniture[ id ][ furnitureTexture ][ 1...
51
For example : hProperty[ houses ][ hID] = cache_get_field_content_int(i, "id"); It select only field from mysql but you can't chose from which table? What if I got two `id` in different tables which ...
51
Quote: Originally Posted by Stinged Код: new rows = cache_num_rows(); if (rows) { for (new i = 0; i < rows; i++) { } } Thanks if you have time check PM.
117
Quote: Originally Posted by Konstantinos mysql_retrieve_row becomes a loop with cache_get_row_count: pawn Код: for (new i, j = cache_get_row_count(); i != j; i++){    // "i" is the "...
117
So I should just paste cache_num_rows without any (...) ? Any btw. I did research cannot find which R39 changes mysql_retrieve_row this to?
117
Im updating the mysql from old, old version and I have a question how should I replace this Код: if ( mysql_num_rows( ) > 0 ) in R39 version? I usually use cache_get_data but not like with ...
117
I ask for already who made this, and I need not a one car, but all car models which for example are modelid = 530
70
Could anyone share a script which would check that if player near the specific modelid vehicle?
70
Maybe your player which you spectating enter into interior?
173
I'm having a problem, maybe someone can help solve it?
1,654
Nice, you just forget a removebuilding codes.
254
Hi Guys! From which mySQL plugin, and plugin version I need to start? I'm newbie and I wanna learn with pawno - now I'm trying to make Register/Login system and I wanna make it on mySQL. It's best sec...
64
Quote: Originally Posted by DanishHaq I think he's saying in the first post when he comes out of the bank, then he can't see the pickup that he can pickup to go back inside the bank. I ...
151