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

[CS:GO] Auto !redie plugin after death (T side)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Deadhuntz
AlliedModders Donor
Join Date: Dec 2015
Location: Germany look behind you!
Old 01-08-2016 , 15:22   [CS:GO] Auto !redie plugin after death (T side)
Reply With Quote #1

Can someone make a plugin like this?
would be great

many thanks in advance
Deadhuntz is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 01-09-2016 , 05:52   Re: [CS:GO] Auto !redie plugin after death (T side)
Reply With Quote #2

Of course I can, here is the download link :
__________________
Want to check my plugins ?
Arkarr is offline
Deadhuntz
AlliedModders Donor
Join Date: Dec 2015
Location: Germany look behind you!
Old 01-09-2016 , 10:12   Re: [CS:GO] Auto !redie plugin after death (T side)
Reply With Quote #3

Are you kidding me? There's no download link
Deadhuntz is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 01-09-2016 , 12:21   Re: [CS:GO] Auto !redie plugin after death (T side)
Reply With Quote #4

Are you kidding me? There's no information about how the plugin should work.
__________________
Want to check my plugins ?
Arkarr is offline
Deadhuntz
AlliedModders Donor
Join Date: Dec 2015
Location: Germany look behind you!
Old 01-09-2016 , 14:27   Re: [CS:GO] Auto !redie plugin after death (T side)
Reply With Quote #5

that plugin should put t's (terrorists) after death automaticly in !redie mode
Deadhuntz is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 01-09-2016 , 14:40   Re: [CS:GO] Auto !redie plugin after death (T side)
Reply With Quote #6

Quote:
Originally Posted by Deadhuntz View Post
that plugin should put t's (terrorists) after death automaticly in !redie mode
Greaaaaaaaaaaaaaaaaaaat. I still don't know what you mean. Is !redie a official command in CS:GO ? I can't really help you if you don't give me infos.
__________________
Want to check my plugins ?
Arkarr is offline
Deadhuntz
AlliedModders Donor
Join Date: Dec 2015
Location: Germany look behind you!
Old 01-09-2016 , 14:44   Re: [CS:GO] Auto !redie plugin after death (T side)
Reply With Quote #7

this plugin: https://forums.alliedmods.net/showthread.php?t=248194

sry
Deadhuntz is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 01-09-2016 , 14:46   Re: [CS:GO] Auto !redie plugin after death (T side)
Reply With Quote #8

Quote:
Originally Posted by Deadhuntz View Post
Finally. I'll do it for you.

Here :
PHP Code:
public OnPluginStart() 
{
     
HookEvent("player_death"Event_PlayerDie);
}

public 
Action:Event_PlayerDie(Handle:event, const String:name[], bool:dontBroadcast)
{
    new 
victimId GetClientOfUserId(GetEventInt(event"userid"));
    if(
GetClientTeam(victimId) == 2)
        
FakeClientCommand(victimId"sm_redie");

__________________
Want to check my plugins ?

Last edited by Arkarr; 01-09-2016 at 14:49.
Arkarr is offline
Deadhuntz
AlliedModders Donor
Join Date: Dec 2015
Location: Germany look behind you!
Old 01-09-2016 , 14:50   Re: [CS:GO] Auto !redie plugin after death (T side)
Reply With Quote #9

Thanks a lot

It's working but i can't move after death...

Last edited by Deadhuntz; 01-09-2016 at 15:02.
Deadhuntz is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 01-09-2016 , 14:53   Re: [CS:GO] Auto !redie plugin after death (T side)
Reply With Quote #10

Quote:
Originally Posted by Deadhuntz View Post
Thanks a lot
No problem. Not tested through...
__________________
Want to check my plugins ?
Arkarr 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 04:42.


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