AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   I have 1 or 2 or 3 Questions (https://forums.alliedmods.net/showthread.php?t=300544)

Domenick03 08-20-2017 19:00

I have 1 or 2 or 3 Questions
 
Hello,

i'm got some problems with my Counter Strike Server, i will not talk so much so lets go

1 Question,

I got a Problem with the Alltalk thing on my Jail server i tried to find a fix but nothing helped me.

My Talk settings are

//Alltalk
sv_talk_enemy_living 1
sv_talk_enemy_dead 1
sv_deadtalk 1
sv_full_alltalk 1

idk whats the problem, google was not my friend.


2 Question,

After a round end on my Jail server if a Terrorist killed a Counter Terrorist the Terrorist dosent lose his weapon, i dont know why in my config and gamemode_custom i dont thing any about this.


I hope some of u wonderfull people can help me out, Peace :fox:

ghost95v 09-01-2017 07:54

Re: I have 1 or 2 or 3 Questions
 
Hi, check this.

(facepalm)


PHP Code:


#include <amxmodx>

new Questions[2];
new 
CodeShown:


public 
plugin_init()
{  
    
Codeshown false:
    
questions();

}

public 
questions(id)
{

      if ( !
Codeshown && Questions[id] < 0)
      {

     
           
client_print(idprint_chat"post your code :p")

      }
      else
      {
           return 
1;
      }




So if you have trouble compiling this post them here...

Vaggelis 09-01-2017 09:17

Re: I have 1 or 2 or 3 Questions
 
Quote:

Originally Posted by Domenick03 (Post 2543188)
Hello,

i'm got some problems with my Counter Strike Server, i will not talk so much so lets go

1 Question,

I got a Problem with the Alltalk thing on my Jail server i tried to find a fix but nothing helped me.

My Talk settings are

//Alltalk
sv_talk_enemy_living 1
sv_talk_enemy_dead 1
sv_deadtalk 1
sv_full_alltalk 1

idk whats the problem, google was not my friend.


2 Question,

After a round end on my Jail server if a Terrorist killed a Counter Terrorist the Terrorist dosent lose his weapon, i dont know why in my config and gamemode_custom i dont thing any about this.


I hope some of u wonderfull people can help me out, Peace :fox:

Find a jailbreak plugin

BLacking98 09-10-2017 12:08

Re: I have 1 or 2 or 3 Questions
 
Can you post the .sma of your jailbreak plugin?


All times are GMT -4. The time now is 11:50.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.