AMX Mod X API Documentation

Signature
#define fm_entity_set_model(%1,%2) engfunc(EngFunc_SetModel, %1, %2)
Description

stock fm_entity_set_model(index, const model[])

{

return engfunc(EngFunc_SetModel, index, model)

}

Назад
Верх