Posts: 6,129
Threads: 36
Joined: Jan 2009
pawn Код:
CrashedPlayers = db_open("players.crashed");
Values by default are 0 or the equivalent for SQLite, so you do not need to set them to 0. When you use db_open() on the handle, you're setting it to a proper value, there's no need to set it to 0.