Closed JustZerooo closed 1 year ago
Added the ability to download models.
Add the model you wish to download as string in the class and to the server and the client will download it.
Example.
new String:effLight[] ="Effects/vol_light.mdl"; public OnAddModel(model_priority) { if(model_priority==PRIORITY_HIGH) { War3_AddModel(effLight); } }
The server will check the models path for that file and downloading it...
i left do it on your own since you do not listento me all the time i work on my own for now
Added the ability to download models.
Add the model you wish to download as string in the class and to the server and the client will download it.
Example.
The server will check the models path for that file and downloading it...