
Posts
2,789
Respect
230Add +1
Forum Rank
King of the Zombies
Primary Group
Community Daedra
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
main()
{
entity = getEnt("entity", "targetname");
entity setmodel("model");
}
PrecacheModel("model");
Code SnippetPlaintextmain()
{
entity = getEnt("entity", "targetname");
entity setmodel("model");
}
I'm not sure if you need a precache, if so, then add this to the top of the main function: Code SnippetPlaintextPrecacheModel("model");
Post Merge: April 25, 2014, 01:45:00 am
"Model" of course being the name of the model in raw\xmodel.

![]() | |
![]() | |
![]() | Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms. |
