how do i update a value for all players in sv.db?
stupid question, i know.
how do i update a value for all players in sv.db?
stupid question, i know.
UPDATE players SET name = 'nil'
[lua]
sql.Query(“UPDATE players SET name = ‘nil’”)
[/lua]
I dont see why this wouldnt work.
thanks, it worked
Here’s a reference to the SQLite query syntax from its website, if you’re interested.
yeah i googled and i found that site, pretty usefull