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

[CS:GO][Surf] Redie #UPDATE 2.4 04/10/15 (FIXED 2.3)


Post New Thread Reply   
 
Thread Tools Display Modes
Pyro_
Senior Member
Join Date: Oct 2013
Old 03-14-2017 , 03:48   Re: [CS:GO][Surf] Redie #UPDATE 2.4 04/10/15 (FIXED 2.3)
Reply With Quote #51

Quote:
Originally Posted by ElleVen View Post
ok.

You can hear ghost's steps even when you're alive, and ghosts can pickup weapons...

BUG THIS!
I have not experienced, or heard of this before. It could be another plugin that you have which is clashing with redie, or you could be using a different version.

Quote:
Originally Posted by cra88y View Post
By the way when you unredie while in redie it causes you to lose a kill and adds a death (because of the force suicide), this can be fixed easily by changing the redie code to be this:
PHP Code:
public void UnRedie(int client)
{
    if (
bCvar_unredie)
    {
        if (
g_bIsGhost[client])
        {
            if (!
g_bBlockCommand)
            {
                if (
GetClientTeam(client) > 1)
                {
                    
int kills GetEntProp(clientProp_Data"m_iFrags");
                    
int deaths GetEntProp(clientProp_Data"m_iDeaths");
                    
kills++;
                    
deaths--;
                    
SetEntProp(clientProp_Data"m_iFrags"kills);
                    
SetEntProp(clientProp_Data"m_iDeaths"deaths);
                    
SetEntProp(clientProp_Send"m_lifeState"LIFE_ALIVE);
                    
ForcePlayerSuicide(client); 
Also is there a way to remove jump landing sounds while in redie as well?
You are right, when the current unredie method was hypothesized, this was one of the aspects that was meant to be implemented. I must've forgotten to add it, this is probably due to me not liking how unredie is done, so not caring too much about it.

As for landing sounds, I was not aware this was an issue as I have not experienced/heard of it. If it's not a clashing plugin, then chances are it can't be easily done.
Pyro_ is offline
SikoZ
Junior Member
Join Date: Apr 2017
Old 04-12-2017 , 03:21   Re: [CS:GO][Surf] Redie #UPDATE 2.4 04/10/15 (FIXED 2.3)
Reply With Quote #52

Hello,

I've installed this on my server however, i get the below in console:

Quote:
redie.smx: Unable to load plugin (illegal disk size)
simplecsgoantilagger.smx: Unable to load plugin (illegal disk size)
csgo_applyabsvelocityimpulse_unlocker.smx: Unable to load plugin (illegal disk size)
Basically, nothing is working of the plugin. I made sure to re-install the source mod so that it is fresh. FYI this is a brand new server from 2 days ago. I also confirmed with my hosting company that this is an issue with the plugin itself rather than from their side. Are you able to assist with this?

Last edited by SikoZ; 04-12-2017 at 03:22.
SikoZ is offline
4LiveTV
Junior Member
Join Date: Jan 2016
Old 04-21-2017 , 11:03   Re: [CS:GO][Surf] Redie #UPDATE 2.4 04/10/15 (FIXED 2.3)
Reply With Quote #53

Can you do anything with stopping knife damage Pyro? It's very important for me.
Thanks
4LiveTV is offline
Pyro_
Senior Member
Join Date: Oct 2013
Old 04-21-2017 , 20:46   Re: [CS:GO][Surf] Redie #UPDATE 2.4 04/10/15 (FIXED 2.3)
Reply With Quote #54

Quote:
Originally Posted by SikoZ View Post
Hello,

I've installed this on my server however, i get the below in console:



Basically, nothing is working of the plugin. I made sure to re-install the source mod so that it is fresh. FYI this is a brand new server from 2 days ago. I also confirmed with my hosting company that this is an issue with the plugin itself rather than from their side. Are you able to assist with this?
I can't help with that, as I have never seen this, a quick google links to https://forums.alliedmods.net/showthread.php?p=2405418. If that doesn't work, then I'm really not sure. The fact that you have it with other plugins as-well is suspicious.

Quote:
Originally Posted by 4LiveTV View Post
Can you do anything with stopping knife damage Pyro? It's very important for me.
Thanks
I can't sorry, I looked into it a bit when I was actively developing this plugin, but couldn't find anything helpful; but that was around a year ago or more, so I don't even remember the specifics.
Pyro_ is offline
xeloximira
Junior Member
Join Date: Apr 2017
Old 05-14-2017 , 11:33   Re: [CS:GO][Surf] Redie #UPDATE 2.4 04/10/15 (FIXED 2.3)
Reply With Quote #55

The normal version of this plugin was crashing my clients, but I upgraded to the beta version, and, no errors so far, and, working great.
__________________

xeloximira is offline
Qes
AlliedModders Donor
Join Date: Jul 2014
Old 08-24-2018 , 04:53   Re: [CS:GO][Surf] Redie #UPDATE 2.4 04/10/15 (FIXED 2.3)
Reply With Quote #56

Someone have a version with block jump sound?
Qes is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 08-24-2018 , 09:52   Re: [CS:GO][Surf] Redie #UPDATE 2.4 04/10/15 (FIXED 2.3)
Reply With Quote #57

Quote:
Originally Posted by Qes View Post
Someone have a version with block jump sound?
try this here https://forums.alliedmods.net/showthread.php?p=2597102

Last edited by freak.exe_uLow; 08-24-2018 at 09:52.
freak.exe_uLow is offline
SOBgaming
Senior Member
Join Date: Jul 2015
Old 03-16-2019 , 11:15   Re: [CS:GO][Surf] Redie #UPDATE 2.4 04/10/15 (FIXED 2.3)
Reply With Quote #58

Is anyone also able to pickup guns with this?
__________________

Last edited by SOBgaming; 03-16-2019 at 11:18.
SOBgaming is offline
Sniperino
Member
Join Date: Apr 2019
Old 04-19-2019 , 10:35   Re: [CS:GO][Surf] Redie #UPDATE 2.4 04/10/15 (FIXED 2.3)
Reply With Quote #59

Hi,
can someone help me pls ?
When i turn into the ghost, next round i dont have arms (you cannot grab anything). Its
it takes the whole map. I using redie_beta. Its happening when i have this in server.cfg mp_equipment_reset_rounds "1"
Sniperino is offline
Gena
Member
Join Date: May 2022
Location: Uruguay
Old 06-30-2022 , 17:20   Re: [CS:GO][Surf] Redie
Reply With Quote #60

Quote:
Originally Posted by wxl42640211 View Post
I have a idea
the ghosts only can shoot ghost
the living man only can shoot living man
when the living man end round
begin to next round
a little late but done.
contact me
__________________
Servers of CS:GO - Private Plugins
Steam ~ GenaEscobar#2338
sorry for my english as a translator d:
Gena 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 03:16.


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