29.10.2011, 21:14
I didn't really find this in the forum so I am gonna ask it here.
How can I make more than one entry in a SQLite Database? I thought that it might work somehow like this, but I am not really sure:
I appreciate any type of help.
How can I make more than one entry in a SQLite Database? I thought that it might work somehow like this, but I am not really sure:
pawn Код:
format(query,sizeof(query),"update `users` set (`Name` = '%s' , `Password` = '%s' , `Adminlevel` = '%d')",PName(playerid),password,adminlevel);