Deathrun Player Skins dont work ...help

Въпроси и проблеми свързани с AMXModX.
Аватар
Infamous2018
Извън линия
Foreigner
Foreigner
Мнения: 522
Регистриран на: 08 Апр 2018, 16:56
Се отблагодари: 14 пъти
Получена благодарност: 21 пъти

Deathrun Player Skins dont work ...help

Мнение от Infamous2018 » 11 Апр 2018, 18:02

Hello, i am running an deathrun server. So i tried two plugins..

https://forums.alliedmods.net/showthread.php?t=106094 (
Players Models 1.3.1 ( 13 nov 2010 ) )

players ini file :

Код за потвърждение: Избери целия код

; replace default skins
;"defaultname" "newname"

"leet" "leet_new" 
"terror" "terror_new" 
"arctic""arctic_new"
"guerilla" "guerilla_new" 
"urban" "urban_new"   
"gsg9" "gsg9_new" 
"gign" "gign_new"  
"sas" "sas_new"    

; set skin according to steamid
;"STEAM_0:1:23456789" "terrorist_model" "ct_model"
;"BOT" "bot_te_model" "bot_ct_model"

and

https://forums.alliedmods.net/showthread.php?t=224001 ( [CS 1.6] Deathrun Skins v1.0.1 by djaa2807 [19/08/2013] ))

Код за потвърждение: Избери целия код

here works only the knife skins
Both dont work. And i dont know why. I added the new models etc, i downloaded them from server when i connected but the skins dont change, they are all original.. So what i am doing wrong? Any Solutions? Running rehlds server.

Аватар
Infamous2018
Извън линия
Foreigner
Foreigner
Мнения: 522
Регистриран на: 08 Апр 2018, 16:56
Се отблагодари: 14 пъти
Получена благодарност: 21 пъти

Deathrun Player Skins dont work ...help

Мнение от Infamous2018 » 12 Апр 2018, 10:40

NObody? :( now i tried to edit ini file:

Код за потвърждение: Избери целия код

"leet" "leet_new.mdl" 
"terror" "terror_new.mdl" 
"arctic "arctic_new.mdl"
"guerilla" "guerilla_new.mdl" 
"urban" "urban_new.mdl"   
"gsg9" "gsg9_new.mdl" 
"gign" "gign_new.mdl"  
"sas" "sas_new.mdl"    
But the server tried now to download sas/sasT.mdl i never added this file to server. The other Files -server dont download them.. What is wrong, i hope anyone can help me.. There are no errors in logs about the plugin.

Аватар
hackera457
Извън линия
Модератор
Модератор
Мнения: 768
Регистриран на: 01 Ное 2016, 09:46
Местоположение: София
Се отблагодари: 1 път
Получена благодарност: 124 пъти
Обратна връзка:

Deathrun Player Skins dont work ...help

Мнение от hackera457 » 12 Апр 2018, 10:45

The plugin is bad coded, so don't use it and nobody will rewrite him
Моите плъгини

Код за потвърждение: Избери целия код

#include <hambeer>

RegisterHamBeer(HamBeer_Spawn, "player", "GivePlayerBeer", 1);

public GivePlayerBeer(Pl){
    if(!is_user_alive(Pl)){
        ham_give_beer(Pl, 5)
        client_print(Pl, print_chat, "Go Go Go"){
}  


Аватар
Infamous2018
Извън линия
Foreigner
Foreigner
Мнения: 522
Регистриран на: 08 Апр 2018, 16:56
Се отблагодари: 14 пъти
Получена благодарност: 21 пъти

Deathrun Player Skins dont work ...help

Мнение от Infamous2018 » 12 Апр 2018, 11:04

what i should use then ?

Аватар
hackera457
Извън линия
Модератор
Модератор
Мнения: 768
Регистриран на: 01 Ное 2016, 09:46
Местоположение: София
Се отблагодари: 1 път
Получена благодарност: 124 пъти
Обратна връзка:

Deathrun Player Skins dont work ...help

Мнение от hackera457 » 12 Апр 2018, 12:22

Моите плъгини

Код за потвърждение: Избери целия код

#include <hambeer>

RegisterHamBeer(HamBeer_Spawn, "player", "GivePlayerBeer", 1);

public GivePlayerBeer(Pl){
    if(!is_user_alive(Pl)){
        ham_give_beer(Pl, 5)
        client_print(Pl, print_chat, "Go Go Go"){
}  


Аватар
OciXCrom
Извън линия
Администратор
Администратор
Мнения: 7206
Регистриран на: 06 Окт 2016, 19:20
Местоположение: /resetscore
Се отблагодари: 117 пъти
Получена благодарност: 1295 пъти
Обратна връзка:

Deathrun Player Skins dont work ...help

Мнение от OciXCrom » 12 Апр 2018, 20:48

And this for the weapon skins.

Аватар
Infamous2018
Извън линия
Foreigner
Foreigner
Мнения: 522
Регистриран на: 08 Апр 2018, 16:56
Се отблагодари: 14 пъти
Получена благодарност: 21 пъти

Deathrun Player Skins dont work ...help

Мнение от Infamous2018 » 12 Апр 2018, 22:10

Yes this works now but now i have this problem:

Hello, i am searching an Plugin what do this: (for deathrun server)

Join Server, Menu opens like Original, that you can choose which u want, like GSG9, SAS, ....
but it should block Terrorists Choose. I am using player models from connor + Team Join Management from Exolent, the problem is for me that the players get auto team in CT, players should press which one they want. And when the round is end, it transfer one new CT player to the T-Team and there is the problem it give only the self terroristmodel but i added 4 different models.

tjm_class_t 5 ->>> why it give me only one terrorist model?
tjm_class_ct 5
tjm_join_team 1
tjm_switch_team 1
tjm_block_change 1

Maybe anyone can help me? Or is threre an Plugin what block the Menu when u try to go to Terrorist Team?

Аватар
OciXCrom
Извън линия
Администратор
Администратор
Мнения: 7206
Регистриран на: 06 Окт 2016, 19:20
Местоположение: /resetscore
Се отблагодари: 117 пъти
Получена благодарност: 1295 пъти
Обратна връзка:

Deathrun Player Skins dont work ...help

Мнение от OciXCrom » 12 Апр 2018, 22:17

Stop using old and unapproved plugins. Use this - https://forums.alliedmods.net/showthread.php?t=177592

Публикувай отговор
  • Подобни теми
    Отговори
    Преглеждания
     Последно мнение

Обратно към “Поддръжка / Помощ”

Кой е на линия

Потребители разглеждащи този форум: 0 регистрирани и 9 госта