Jump to content

F***ing model load errors


Recommended Posts

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

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 by The_Siggi
Link to comment
https://gtaforums.com/topic/466263-fing-model-load-errors/#findComment-1060269201
Share on other sites

If we are talking about III or VC, then it isn't useless. In SA it is, though smile.gif

Link to comment
https://gtaforums.com/topic/466263-fing-model-load-errors/#findComment-1060269463
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.