Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Server] Replace precachemodel & setmodel lines with Precache_Set #1

Open
MotoLegacy opened this issue Apr 6, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@MotoLegacy
Copy link
Member

We only use it in lights.qc, should probably make it more useful.

void(string modelname) Precache_Set = // Precache model, and set myself to it
{
    precache_model(modelname);
    setmodel(self, modelname);
};
@MotoLegacy MotoLegacy added the enhancement New feature or request label Apr 6, 2022
@MotoLegacy MotoLegacy self-assigned this Apr 6, 2022
MotoLegacy pushed a commit that referenced this issue Feb 3, 2023
SERVER: Convert old place_model entities to misc_model, add fullbright flag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant