拓展 Item-日志
This commit is contained in:
@@ -64,6 +64,13 @@ Cb_History_Log_Func["Item+"] <- function(SUser, Data) {
|
||||
Func(SUser, Data);
|
||||
}
|
||||
}
|
||||
//失去道具
|
||||
if (!("Cb_History_ItemDown_Func" in getroottable())) Cb_History_ItemDown_Func <- {};
|
||||
Cb_History_Log_Func["Item-"] <- function(SUser, Data) {
|
||||
foreach(_Index, Func in Cb_History_ItemDown_Func) {
|
||||
Func(SUser, Data);
|
||||
}
|
||||
}
|
||||
//设置里程 可以当做上线以后得HOOK
|
||||
if (!("Cb_History_MileageSet_Func" in getroottable())) Cb_History_MileageSet_Func <- {};
|
||||
Cb_History_Log_Func["Mileage Set"] <- function(SUser, Data) {
|
||||
|
||||
Reference in New Issue
Block a user