Поиск Allow Only Default Skins,Textures,Models

Сообщения
256
Реакции
12
Can anyone tell me a method where I allow only default Weapon Skins, Map Textures & Player Models..
 
Сообщения
1,661
Реакции
1,486
Помог
24 раз(а)
Код:
/**
 * Forces the clients and server to be running with the same version of a
 * specified file.
 *
 * @note For a list of possible enforcement types, see the force_* constants
 *       in amxconst.inc
 *
 * @param force_type    Enforcement type
 * @param mins          Bounding box mins vector
 * @param maxs          Bounding box maxs vector
 * @param filename      Filename
 *
 * @return              1 on success, 0 otherwise
 */
native force_unmodified(force_type, const mins[3], const maxs[3], const filename[]);
Код:
/**
 * Type for force_unmodified()
 */
enum
{
    force_exactfile = 0,        /* File on client must exactly match server's file */
    force_model_samebounds,     /* For model files only, the geometry must fit in the same bbox */
    force_model_specifybounds,  /* For model files only, the geometry must fit in the specified bbox */
};
 
Сообщения
256
Реакции
12
fl0wer, Is this a plugin ? From where can i get a plugin which can block all this... I am not a developer :(
 
Сообщения
256
Реакции
12
fl0wer, Sad.. Due to Lockdown Cannot go for purchase option.. Or I would Had posted it directly there
1 Апр 2020
fl0wer, As I needed that urgently
 

Пользователи, просматривающие эту тему

Сейчас на форуме нет ни одного пользователя.
Сверху Снизу