texeon Posted December 29, 2010 Share Posted December 29, 2010 i'm loading a cop model: Model.Load(#COP) yet it tells me its an unknown directive, this is fro my own code i tested and worked before on gta before my computer died, yet now when i re implement it, it chucks a mental. What is wrong. Also if it is a simple mistake, it is 2:40 in the morning, so i'm not thinking straight if it was a common sense issue. Link to comment https://gtaforums.com/topic/466263-fing-model-load-errors/ Share on other sites More sharing options...
TheSiggi Posted December 29, 2010 Share Posted December 29, 2010 Well also try #COP.LOAD() I never had those issues yet Link to comment https://gtaforums.com/topic/466263-fing-model-load-errors/#findComment-1060269149 Share on other sites More sharing options...
Nahiyan Posted December 29, 2010 Share Posted December 29, 2010 #COP doesn't exist. I bet your like - lol Link to comment https://gtaforums.com/topic/466263-fing-model-load-errors/#findComment-1060269192 Share on other sites More sharing options...
TheSiggi Posted December 29, 2010 Share Posted December 29, 2010 (edited) Sure, hes talking about GTA III which only featured one cop model @topic: It seems Sannybuilders compiler mode for III doesn't supoort Sanny's classes system, don't have any idea why that is so. Use the following: 0247: request_model #COP038B: load_requested_modelsrepeat wait 0until 0248: model #COP available or 0247: request_model #COP038B: load_requested_models0@ = 0repeat wait 20 if 0@ >= 10 // 10*0.02sec then 0247: request_model #COP 038B: load_requested_models 0@ = 0 end if 0248: model #COP available then break else Inc(0@) enduntil false Edited December 29, 2010 by The_Siggi Link to comment https://gtaforums.com/topic/466263-fing-model-load-errors/#findComment-1060269201 Share on other sites More sharing options...
Bennington Posted December 29, 2010 Share Posted December 29, 2010 Aren´t there some people always taunting that 038B is useless? Link to comment https://gtaforums.com/topic/466263-fing-model-load-errors/#findComment-1060269436 Share on other sites More sharing options...
TheSiggi Posted December 29, 2010 Share Posted December 29, 2010 Indeed, but it turns out we (yes we, because I also told people it was useless) were wrong click Link to comment https://gtaforums.com/topic/466263-fing-model-load-errors/#findComment-1060269449 Share on other sites More sharing options...
Silent Posted December 29, 2010 Share Posted December 29, 2010 If we are talking about III or VC, then it isn't useless. In SA it is, though Link to comment https://gtaforums.com/topic/466263-fing-model-load-errors/#findComment-1060269463 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