GTA V Native declarations

From GTAMods Wiki
Revision as of 20:58, 17 August 2014 by Alexander Blade (talk | contribs) (Created page with "<code> namespace PLAYER { static Ped GET_PLAYER_PED(Player player) { return invoke<Ped>(0x6E31E993, player); } // 0x6E31E993 static Ped GET_PLAYER_PED_SCRIPT_INDEX(P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

namespace PLAYER
{
   static Ped GET_PLAYER_PED(Player player) { return invoke<Ped>(0x6E31E993, player); } // 0x6E31E993
   static Ped GET_PLAYER_PED_SCRIPT_INDEX(Player player) { return invoke<Ped>(0x6AC64990, player); } // 0x6AC64990
   static void SET_PLAYER_MODEL(Player player, Hash model) { invoke<Void>(0x774A4C54, player, model); } // 0x774A4C54
}