Skip to content

Commit

Permalink
Fixed #8835 (OOP: takeAllWeapons, takeWeapon aren't implemented for P…
Browse files Browse the repository at this point in the history
…ed class)
  • Loading branch information
jushar committed Jun 1, 2015
1 parent 27dd168 commit 3c21178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MTA10_Server/mods/deathmatch/logic/lua/CLuaMain.cpp
Expand Up @@ -699,6 +699,8 @@ void CLuaMain::AddPedClass ( lua_State* luaVM )
lua_classfunction ( luaVM, "addClothes", "addPedClothes" );
lua_classfunction ( luaVM, "giveJetPack", "givePedJetPack" );
lua_classfunction ( luaVM, "giveWeapon", "giveWeapon" );
lua_classfunction ( luaVM, "takeWeapon", "takeWeapon" );
lua_classfunction ( luaVM, "takeAllWeapons", "takeAllWeapons" );
lua_classfunction ( luaVM, "reloadWeapon", "reloadPedWeapon" );
lua_classfunction ( luaVM, "removeClothes", "removePedClothes" );
lua_classfunction ( luaVM, "removeFromVehicle", "removePedFromVehicle" );
Expand Down

0 comments on commit 3c21178

Please sign in to comment.