AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   [CS:GO] Auto !redie plugin after death (T side) (https://forums.alliedmods.net/showthread.php?t=277408)

Deadhuntz 01-08-2016 15:22

[CS:GO] Auto !redie plugin after death (T side)
 
Can someone make a plugin like this?
would be great :D

many thanks in advance

Arkarr 01-09-2016 05:52

Re: [CS:GO] Auto !redie plugin after death (T side)
 
Of course I can, here is the download link :

Deadhuntz 01-09-2016 10:12

Re: [CS:GO] Auto !redie plugin after death (T side)
 
Are you kidding me? There's no download link :D

Arkarr 01-09-2016 12:21

Re: [CS:GO] Auto !redie plugin after death (T side)
 
Are you kidding me? There's no information about how the plugin should work.

Deadhuntz 01-09-2016 14:27

Re: [CS:GO] Auto !redie plugin after death (T side)
 
that plugin should put t's (terrorists) after death automaticly in !redie mode

Arkarr 01-09-2016 14:40

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

Originally Posted by Deadhuntz (Post 2381678)
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.

Deadhuntz 01-09-2016 14:44

Re: [CS:GO] Auto !redie plugin after death (T side)
 
this plugin: https://forums.alliedmods.net/showthread.php?t=248194

sry :D

Arkarr 01-09-2016 14:46

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

Originally Posted by Deadhuntz (Post 2381687)

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");



Deadhuntz 01-09-2016 14:50

Re: [CS:GO] Auto !redie plugin after death (T side)
 
Thanks a lot :)

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

Arkarr 01-09-2016 14:53

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

Originally Posted by Deadhuntz (Post 2381694)
Thanks a lot :)

No problem. Not tested through...


All times are GMT -4. The time now is 19:47.

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