Search Results
If you can write this function, i'll really grateful.
149
No, i have timestamp value and i want convert it in yy/mm/dd hh:minec.
149
Hey everyone. How convert timestamp value to date in pawn? I saw include, but i don't know how it uses. Sorry for bad english.
149
Quote: Originally Posted by costel_nistor96 A column's index can be found in the phpmyadmin, at structure of that table, or just look in which order you created the columns. But must fi...
6,861
Quote: Originally Posted by costel_nistor96 Just change Code: mysql_format(ConnectionHandle, Query, "SELECT `IP`, `Pinigai`, `Banke`, `EXP`, `Level`, `Lytis`, `Skin`, `PosX`, `PosY`, `Pos...
6,861
Quote: Originally Posted by Edvin @ScriptWriter try to use strcat or format? ... that line is too long. Yes, i tried and with strcat worked, but AndreT sayed that: Notice that this is n...
6,861
Hey, i have problem with this query... Line: Code: mysql_format(ConnectionHandle, Query, "SELECT `IP`, `Pinigai`, `Banke`, `EXP`, `Level`, `Lytis`, `Skin`, `PosX`, `PosY`, `PosZ`, `PosA`, `Interjer...
6,861
Hi Everybody. I made query but now i have error Line: Код: mysql_format(ConnectionHandle, Query, "SELECT `IP`, `Money`, `Bank`, `EXP`, `Level`, `Sex`, `Skin`, `PosX`, `PosY`, `PosZ`, `PosA`, `In...
47
But if i want return just score (index 2), kills (index 4) and deaths (index 5)? How return only these fields?
6,861
My query returns about 18 fields, so I can start return field with index sample 4?
6,861
Thanks, AndreT. But when I using "*" must load field with 0 index or I can start load field with 4 index. Maybe you understand me. Sorry for bad English. :/
6,861
I have this query. Код: SELECT * FROM `players` WHERE `Name` = '%s' AND `Password` = '%s' So how load player data from database using cache_get_row? Sorry for bad English. :/
6,861
Hello, people. I have one problem with BlueG R7 mysql plugin, don't load player data. Код: new Query[250]; mysql_format(SQLConnect, Query, "SELECT * FROM `players` WHERE `Vardas` = '%s' AND `Sl...
64
What program you using for map create?
203
Thanks for advice. But now i want ask you. First: How get AUTO_INCREMENT type field value when use cache_get_row function? Second: How save string type variable in mysql?
99
Hi, scripters. I need you advice again (If anyone remember me ), who better mysql_get_field or cache_get_row for RP server? I don't need dumbs answer. I need only advice. - ScriptWriter
99