06.08.2012, 08:00
Hello.
mm, I do not know this syntax.
Nvm, first at all you've to create MySQL base. Do you have one?
If no, then create it, there are threads about it on this forums, just use "SEARCH" option.
If yes, then you can do something like this:
. This is an example ofc, it won't work in this way I wrote, you need to configure this for yourself.
Greetz,
LetsOWN
pawn Код:
dUserSetINT
Nvm, first at all you've to create MySQL base. Do you have one?
If no, then create it, there are threads about it on this forums, just use "SEARCH" option.
If yes, then you can do something like this:
pawn Код:
format(query, sizeof(query), "UPDATE table_name SET column_name = value WHERE PlayerName = %s", PlayerName2(playerid));
Greetz,
LetsOWN