13.02.2018, 14:29
PHP код:
PlayerData[playerid][TimeTruck] = gettime();
new str[128];
mysql_format(SQL, str,128,"UPDATE `users` SET `TruckTime`='%d' WHERE `id` = '%d' LIMIT 1",PlayerData[playerid][TimeTruck],PlayerData[playerid][ID]);
mysql_tquery(SQL, str, "", "");
this is the save code,but in the table it always says NULL-doesn`t change.

