mtasa-blue icon indicating copy to clipboard operation
mtasa-blue copied to clipboard

Allow allocating models server-side

Open TheNormalnij opened this issue 3 years ago • 7 comments

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)

TheNormalnij avatar Jan 30 '22 16:01 TheNormalnij

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.

github-actions[bot] avatar May 01 '22 02:05 github-actions[bot]

WIP

TheNormalnij avatar May 10 '22 21:05 TheNormalnij

Fixes #2571

TheNormalnij avatar Jun 13 '22 15:06 TheNormalnij

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.

github-actions[bot] avatar Jul 08 '23 01:07 github-actions[bot]