Търсенето върна 68 резултата

от Midnight1337
05 Апр 2024, 01:27
Форум: Заявки за плъгини
Тема: Заявка за Player Model plugin
Отговори: 2
Преглеждания: 413

Re: Заявка за Player Model plugin

#include <amxmodx> #include <reapi> #define MODEL_ACCESS ADMIN_LEVEL_H // Model access flag new const g_szModelNames[][] = { "vip_shota_te", // te model "vip_shota_ct" // ct model }; public plugin_init() { register_plugin("[ReAPI] Player models", "0.0.1", &qu...
от Midnight1337
20 Мар 2024, 12:51
Форум: Заявки за плъгини
Тема: Заявка за Редактиране на FREE VIP плъгин
Отговори: 2
Преглеждания: 176

Re: Заявка за Редактиране на FREE VIP плъгин

You can't store data inside .ini file!
от Midnight1337
05 Фев 2024, 13:02
Форум: Поддръжка / Помощ
Тема: VIP PLUGIN
Отговори: 2
Преглеждания: 246

Re: VIP PLUGIN

#pragma semicolon 1 #include <amxmodx> #include <reapi> #define VIP_ACCESS ADMIN_RESERVATION // VIP ACCESS #define SPEED 300.0 // Player speed adjust if needed #define is_user_vip(%1) (get_user_flags(%1) & VIP_ACCESS) new g_JumpCount[MAX_CLIENTS]; public plugin_init() { register_plugin("VI...
от Midnight1337
14 Ное 2023, 00:20
Форум: Заявки за плъгини
Тема: Заявка за вип екстри
Отговори: 14
Преглеждания: 1080

Re: Заявка за вип екстри

Защото плъгина не тръгва. И спри да се занимаваш. Ако искаш да спамим мини в дискорд там да обсъдим всичко. Разбра ли ме? Plugin doesn't start? Seems you don't know how to compile it or you are using some online compiler and you are facing problems or you have messed up files you are trying to comp...
от Midnight1337
13 Ное 2023, 18:45
Форум: Заявки за плъгини
Тема: Заявка за вип екстри
Отговори: 14
Преглеждания: 1080

Re: Заявка за вип екстри

Removed infinite ammo, Added infinite bpammo: About write permission check permission inside config folder or manual create /configs/plugins "plugins" folder #pragma semicolon 1 #include <amxmodx> #include <reapi> #define VIP_ACCESS ADMIN_LEVEL_E // VIP ACCESS #define PLAYER_HEALTH 110.0 /...
от Midnight1337
12 Ное 2023, 22:12
Форум: Заявки за плъгини
Тема: Заявка за вип екстри
Отговори: 14
Преглеждания: 1080

Re: Заявка за вип екстри

Updated code as user requested, Added missed feature HE Grenade on HS and infinite ammo (have no idea why is requested this is totally broken) Fixed misunderstanding for normal and HS kill money Now he has 2 choices he can use whatever he want. #pragma semicolon 1 #include <amxmodx> #include <reapi>...
от Midnight1337
12 Ное 2023, 20:08
Форум: Заявки за плъгини
Тема: Заявка за вип екстри
Отговори: 14
Преглеждания: 1080

Re: Заявка за вип екстри

Huehue Few of the stuff are not even added to the plugin.. Method of giving player money for the kills is incorrect (It will give 150 + 300(default for any kill) | 300 + 300 (default for any kill)) You need to make sure player is alive in Spawn function, to prevent future error logs. And the worst ...
от Midnight1337
12 Ное 2023, 18:42
Форум: Заявки за плъгини
Тема: Заявка за вип екстри
Отговори: 14
Преглеждания: 1080

Re: Заявка за вип екстри

Try #pragma semicolon 1 #include <amxmodx> #include <reapi> #define VIP_ACCESS ADMIN_LEVEL_E // VIP ACCESS #define PLAYER_HEALTH 110.0 // Player health on player spawn /* Vampire */ #define BONUS_HS 10.0 // The amount of added HP per kill in the head (set to 0.0 if you don't need to add, since you c...
от Midnight1337
02 Ное 2023, 00:21
Форум: Заявки за плъгини
Тема: Добавяне на n/a при липсващ град и добавяне на съобщение за играчите
Отговори: 9
Преглеждания: 522

Re: Добавяне на n/a при липсващ град и добавяне на съобщение за играчите

#include <amxmodx> #include <fakemeta> #include <engine> #include <cstrike> #include <csstats> #include <geoip> #pragma semicolon 1 #define ADMIN_ACCESS ADMIN_KICK new gMaxPlayers; public plugin_init() { register_plugin("Player spectator info", "1.2a", "SasaiLalka"); g...

Към разширено търсене