playermodel.inc
VIP Сървъри
Всички сървъри
#if defined _playermodel_included
#endinput
#endif
#define _playermodel_included
#pragma reqlib playermodel
native fm_set_user_model(index, const model[], bool:bSetModelIndex);
native fm_reset_user_model(index);
stock get_user_model(index, model[], len)
{
return get_user_info(index, "model", model, len);
}
КАК ДА ИЗПОЛЗВАМ
Добави в началото на .sma файла:
#include <playermodel>
1. Изтегли
Свали файла от бутона по-горе
2. Копирай
Постави в
scripting/include/3. Включи
Добави #include директивата
4. Компилирай
Използвай amxxpc или scripting/compile.exe