Mysql update problem
#1

I want to update every single user, when i'm starting the gamemode.
this is my code:

pawn Код:
new query[256];
    format(query, sizeof(query), "UPDATE `users` SET `vehkey` = %d, `vehslot` = %d", 0, 0);
    mysql_function_query(dbHandle, query, true, "", "");
Reply


Messages In This Thread
Mysql update problem - by PaulDinam - 19.03.2013, 13:44
Respuesta: Mysql update problem - by Xabi - 19.03.2013, 13:50
Re: Mysql update problem - by B-Matt - 19.03.2013, 13:51
Re: Mysql update problem - by PaulDinam - 19.03.2013, 14:02
Re: Mysql update problem - by Misiur - 19.03.2013, 14:08
Re: Mysql update problem - by Scenario - 19.03.2013, 14:13
Re: Mysql update problem - by Vince - 19.03.2013, 14:29

Forum Jump:


Users browsing this thread: 1 Guest(s)