19.03.2013, 13:44
I want to update every single user, when i'm starting the gamemode.
this is my code:
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, "", "");