11.03.2015, 08:46
Do what I said in my earlier post, just change the query like this :
I use this type of query to increase player's lines and words in my chat recording system and it works like a charm.
Код:
db_query(g_dbKeptAlive, "UPDATE `players` SET `pExpire`= pExpire -1");