30.07.2016, 22:04
Im sorry iv only just started learning all this mysql malarkey :P
Im using ThePhenix's easy mysql include to help (https://sampforum.blast.hk/showthread.php?tid=590310)
How would i do this in that includes way.
Looking at the natives iv been looking at this and am guessing it does what your trying to tell me to do
"native SQL::SetIntEntry(const table[], const field[], value, const column[], columnID, connectionHandle = 1);"
Just wondering how i would put what your tell me to do in the includes way
is it something like this?
Sorry if its a bother. Been putting mysql off for the past year but really need to crack on with it now as getting some very noticeable lag with ini lol Just annoying that one little thing is stopping me
Thanks for your help.
Im using ThePhenix's easy mysql include to help (https://sampforum.blast.hk/showthread.php?tid=590310)
How would i do this in that includes way.
Looking at the natives iv been looking at this and am guessing it does what your trying to tell me to do
"native SQL::SetIntEntry(const table[], const field[], value, const column[], columnID, connectionHandle = 1);"
Just wondering how i would put what your tell me to do in the includes way
is it something like this?
pawn Код:
SQL::SetIntEntry(""PLAYERS_TABLE"", "TimesKicked", "1", "username", columnID, connectionHandle = 1);
Thanks for your help.