TheJasonGallant Posted May 7, 2011 Share Posted May 7, 2011 I saw someone switch team in freeroam and I want to now how he did. Plz, I'd like someone to help me. Link to comment Share on other sites More sharing options...
Kucikuc24 Posted May 7, 2011 Share Posted May 7, 2011 static void SetPlayerTeam(Player player, u32 team) { NativeInvoke::Invoke<NATIVE_SET_PLAYER_TEAM, ScriptVoid>(player, team); } Just use it Link to comment Share on other sites More sharing options...
TheJasonGallant Posted May 10, 2011 Author Share Posted May 10, 2011 static void SetPlayerTeam(Player player, u32 team) { NativeInvoke::Invoke<NATIVE_SET_PLAYER_TEAM, ScriptVoid>(player, team); } Just use it Where do I write this? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now