2
我發現的唯一方法是這樣的:有沒有一種更簡單的方法讓玩家在遊戲製造商獲得Utc時間?
round(date_second_span(date_create_datetime(1970,1,1,0,0,0),date_current_datetime()));
我發現的唯一方法是這樣的:有沒有一種更簡單的方法讓玩家在遊戲製造商獲得Utc時間?
round(date_second_span(date_create_datetime(1970,1,1,0,0,0),date_current_datetime()));
通用汽車並沒有特殊的功能與UTC時間的工作,這樣你就可以使用腳本轉換。對於轉換回你可以使用這個,如果需要:
/// date_timestamp(timestamp)
// Convert UNIX time to GMS time
var t = date_inc_second(25569+1, argument0);
return date_inc_day(t, -1);
+1和-1必要的,因爲GMS有一個bug