ZONIYAS Posted June 30, 2020 Share Posted June 30, 2020 (edited)  Hey, guys, I am start to learn to make a asi script and i get some trouble like it "static void RequestModel(int modelIndex, int flags); " it's hard to understand what is "flag" mean... could somebody give me some help?  Edited June 30, 2020 by ZONIYAS language Link to comment Share on other sites More sharing options...
Jack Posted June 30, 2020 Share Posted June 30, 2020 // https://github.com/DK22Pac/plugin-sdk/ enum eStreamingFlags { GAME_REQUIRED = 0x2, MISSION_REQUIRED = 0x4, KEEP_IN_MEMORY = 0x8, PRIORITY_REQUEST = 0x10 };  Tank Fire [SA]   New Police Helicopter [VC & III]   My YouTube Channel Link to comment Share on other sites More sharing options...
ZONIYAS Posted June 30, 2020 Author Share Posted June 30, 2020 3 hours ago, Jack said:  Wow~man where did you get this list ? could you tell me ? BTW i found a instance like this " CStreaming::RequestModel(modelID, 0x16);" what is this 0x16? please give me some help RyanDri3957V 1 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