Raised This Month: $51 Target: $400
 12% 

[CSS][Surf] Redie


Post New Thread Reply   
 
Thread Tools Display Modes
rambomst
SourceMod Donor
Join Date: Nov 2009
Location: Sydney, Australia
Old 04-22-2011 , 23:47   Re: [CSS][Surf] Redie
Reply With Quote #81

I really don't get what you mean =\
__________________
rambomst is offline
Fearts
ferts of daeth
Join Date: Oct 2008
Old 04-23-2011 , 00:24   Re: [CSS][Surf] Redie
Reply With Quote #82

[IMG]http://img842.**************/img842/1382/ergwergergwe.jpg[/IMG]

As you can see in the picture I am in redie mode and someone who is dead is talking to me. However, because I have a dead chat on and I am considered both Dead and Alive it posts the message twice.
__________________
Fearts is offline
rambomst
SourceMod Donor
Join Date: Nov 2009
Location: Sydney, Australia
Old 04-23-2011 , 00:40   Re: [CSS][Surf] Redie
Reply With Quote #83

Oh right I get what you mean now. I will see what I can do about that but I doubt I will be able to fix that issue. It might be something you will have to take up with the person that made deadchat
__________________
rambomst is offline
Atomicbomb
Junior Member
Join Date: May 2011
Old 05-22-2011 , 12:59   Re: [CSS][Surf] Redie
Reply With Quote #84

Hey there.

I'm currently attempting to get this plugin to work on my surf server. Here's my sm plugins list readout:

Code:
[SM] Listing 25 plugins:
  01 "Admin File Reader" (1.3.7) by AlliedModders LLC
  02 "Admin Help" (1.3.7) by AlliedModders LLC
  03 "Admin Menu" (1.3.7) by AlliedModders LLC
  04 "Advanced admin commands" (0.16) by 3sigma
  05 "Anti-Flood" (1.3.7) by AlliedModders LLC
  06 "Basic Ban Commands" (1.3.7) by AlliedModders LLC
  07 "Basic Chat" (1.3.7) by AlliedModders LLC
  08 "Basic Comm Control" (1.3.7) by AlliedModders LLC
  09 "Basic Commands" (1.3.7) by AlliedModders LLC
  10 "Basic Info Triggers" (1.3.7) by AlliedModders LLC
  11 "Basic Votes" (1.3.7) by AlliedModders LLC
  12 "Client Preferences" (1.3.7) by AlliedModders LLC
  13 "Fun Commands" (1.3.7) by AlliedModders LLC
  14 "Fun Votes" (1.3.7) by AlliedModders LLC
  15 "MapChooser" (1.3.7) by AlliedModders LLC
  16 "Nextmap" (1.3.7) by AlliedModders LLC
  17 "No Block" (1.0.0.0) by sslice
  18 "Map Nominations" (1.3.7) by AlliedModders LLC
  19 "Player Commands" (1.3.7) by AlliedModders LLC
  20 "RankMe" (1.6.4) by lok1
  21 "Reserved Slots" (1.3.7) by AlliedModders LLC
  22 "Rock The Vote" (1.3.7) by AlliedModders LLC
  23 "Show Damage" (1.0.7) by exvel
  24 "Sound Commands" (1.3.7) by AlliedModders LLC
  25 <Failed> "Redie 4 SourceMod" (1.3) by MeoW
As you can see for some reason it isn't working. I'm running the latest SM, MM and SDKhooks and I've reinstalled once.

Any ideas on how to fix it?

Thanks
Atomicbomb is offline
dan0ne
Member
Join Date: Sep 2009
Location: Moscow, Russia
Old 06-22-2011 , 03:20   Re: [CSS][Surf] Redie
Reply With Quote #85

Code:
35 <Failed> "Redie 4 SourceMod" (1.3) by MeoW
Dont work on my server too.
__________________
Sorry for my english.
dan0ne is offline
Send a message via ICQ to dan0ne Send a message via Skype™ to dan0ne
rambomst
SourceMod Donor
Join Date: Nov 2009
Location: Sydney, Australia
Old 06-23-2011 , 00:53   Re: [CSS][Surf] Redie
Reply With Quote #86

Can you type the command "sm exts list" in console and give me the info it says, thanks.
__________________
rambomst is offline
lokizito
Veteran Member
Join Date: Dec 2010
Location: Brazil
Old 06-23-2011 , 21:11   Re: [CSS][Surf] Redie
Reply With Quote #87

Hey man. I edited your plugin to remove the footsteps from Redied people. As it works well, i am posting here because those footsteps are really anoying as it looks like is someone behind you.
PHP Code:

public OnClientPutInServer(client)
{
    
SDKHook(clientSDKHook_WeaponCanUseOnWeaponCanUse);
    
SDKHook(clientSDKHook_SetTransmitOnTransmit);
}

public 
Action:OnTransmit(entityclient)
{
    if(
g_IsGhost[client] && entity != client)
        return 
Plugin_Handled;
    
    return 
Plugin_Continue;

Also, if possible, add support for translations. (i you want, post the EN file at the Translation Project topic. link below in my sign)

@Fearts
I use Dead Chat and don't have this problem with redie. It is something else.
__________________
[CS:S] RankMe - Why pay for a rank plugin if you can have one for free?
[CS:S] RankMe Connect Announcer - Announce when a player connect
Translation Project - Let's make the plugins to be international

Last edited by lokizito; 06-23-2011 at 21:15.
lokizito is offline
rambomst
SourceMod Donor
Join Date: Nov 2009
Location: Sydney, Australia
Old 06-24-2011 , 02:35   Re: [CSS][Surf] Redie
Reply With Quote #88

I tried that method of blocking footsteps but it isnt working.
__________________
rambomst is offline
lokizito
Veteran Member
Join Date: Dec 2010
Location: Brazil
Old 06-24-2011 , 10:09   Re: [CSS][Surf] Redie
Reply With Quote #89

Quote:
Originally Posted by rambomst View Post
I tried that method of blocking footsteps but it isnt working.
Weird, for me, with updated SDKHooks it works perfectly.
Probably you did but remember to hook when player put in server:
PHP Code:
SDKHook(clientSDKHook_SetTransmitOnTransmit); 
__________________
[CS:S] RankMe - Why pay for a rank plugin if you can have one for free?
[CS:S] RankMe Connect Announcer - Announce when a player connect
Translation Project - Let's make the plugins to be international
lokizito is offline
rambomst
SourceMod Donor
Join Date: Nov 2009
Location: Sydney, Australia
Old 06-24-2011 , 10:12   Re: [CSS][Surf] Redie
Reply With Quote #90

Yeah I did hook it and I am using the latest version of SDKHooks. You didnt add in any other code?
__________________
rambomst is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:12.


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