3rd Party Libraries
Recent Additions
Handles Parser
Discord
sdktools_functions
SetEntityModel
File
SetEntityModel
Last Updated
2021-06-24
Created At
2007-11-24
Sets the model to a given entity.
native
void
SetEntityModel(
int
entity
,
const char[]
model
)
Parameters
int
entity
Entity index.
const char[]
model
Model name.
Return Value
void
Error
Invalid entity index or lack of mod support.