static int GetFristGuid(IntPtr L) { LuaScriptMgr.CheckArgsCount(L, 0); int o = LoginIDManager.GetFristGuid(); LuaScriptMgr.Push(L, o); return(1); }