mtasa-blue
mtasa-blue copied to clipboard
Allow allocating models server-side
Fixes #2427
-- Get all allocated models
table getAllocatedModels([string modelType])
-- Get free id's list
table getFreeModels()
-- Allocate model
bool allocateModelFromParent(number parentId)
-- Unload model, works for custom models
bool unloadModel(nuber modelId)
This draft pull request is stale because it has been open for at least 90 days with no activity. Please continue on your draft pull request or it will be closed in 30 days automatically.
WIP
Fixes #2571
This draft pull request is stale because it has been open for at least 90 days with no activity. Please continue on your draft pull request or it will be closed in 30 days automatically.