Advertisement
Guest User

luascript.h

a guest
Feb 10th, 2013
932
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.39 KB | None | 0 0
  1. 697,6697,9
  2.     static int32_t luaDoPlayerSetMounted(lua_State* L);
  3.     static int32_t luaGetMountInfo(lua_State* L);
  4.  
  5. +    static int32_t luaIsPlayerUsingOtclient(lua_State* L);
  6. +    static int32_t luaDoSendPlayerExtendedOpcode(lua_State* L);
  7. +
  8.     static int32_t luaL_errors(lua_State* L);
  9.     static int32_t luaL_loadmodlib(lua_State* L);
  10.     static int32_t luaL_domodlib(lua_State* L);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement