AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   What are the "register_logevent" events? (https://forums.alliedmods.net/showthread.php?t=309827)

MihaiGamerXD 08-08-2018 14:59

What are the "register_logevent" events?
 
I wanted to know what are the "register_logevent" events.
For example:

- I wanted the CTs Win/Ts Win Events.
- I wanted the Bomb/Defuse Events.
- I wanted the Hostage/Rescue Events.
- I wanted the VIP/Assassination Events.

Anyone know what are the events?

It is most appreciated to answer!

mug1wara 08-08-2018 15:28

Re: What are the "register_logevent" events?
 
https://wiki.alliedmods.net/Counter-...fensive_Events

MihaiGamerXD 08-08-2018 15:40

Re: What are the "register_logevent" events?
 
They are for CS 1.6 Also?
I'm playing CS 1.6.

MihaiGamerXD 08-08-2018 15:44

Re: What are the "register_logevent" events?
 
And I don't have Steam.

MihaiGamerXD 08-08-2018 16:10

Re: What are the "register_logevent" events?
 
Quote:

Originally Posted by mug1wara (Post 2609141)

Not worked with these events!

I tried this code:

PHP Code:

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <hamsandwich>
#include <cstrike>

new bird_win[] = "redswar/voices/bird_win1.wav"
new bomb_defuse[] = "redswar/voices/bird_win2.wav"
new hostage_rescue[] = "redswar/voices/bird_win3.wav"
new vip_escape[] = "redswar/voices/bird_win4.wav"
new pig_win[] = "redswar/voices/pig_win1.wav"
new bomb_explode[] = "redswar/voices/pig_win2.wav"
new vip_dead[] = "redswar/voices/pig_win3.wav"
new bomb_planted[] = "redswar/voices/pig_plantedthebomb.wav"

public plugin_init() {
    
register_plugin("Red's War Voices""1.0""MihaiGamerXD")
    
    
register_logevent ("Vip_Escaped"3"3=vip_escaped")
}

public 
Vip_Escaped() {
    
client_cmd(0,"stopsound")
    
client_cmd(0,"spk %s",vip_escape)



MihaiGamerXD 08-08-2018 16:11

Re: What are the "register_logevent" events?
 
I just tried to play the sound when the VIP has escaped.

Facksy 08-08-2018 16:45

Re: What are the "register_logevent" events?
 
This is sourcemod section here, not amx.
https://forums.alliedmods.net/forumdisplay.php?f=3

CrazY. 08-08-2018 17:55

Re: What are the "register_logevent" events?
 
1° Why you don't post all in one reply instead of each one separately?
2° Just search in the fuc**** google.

MihaiGamerXD 08-09-2018 08:05

Re: What are the "register_logevent" events?
 
Quote:

Originally Posted by CrazY. (Post 2609170)
1° Why you don't post all in one reply instead of each one separately?
2° Just search in the fuc**** google.

I tried to search on google, but I found nothing! :(

Ghosted 08-09-2018 08:20

Re: What are the "register_logevent" events?
 
https://github.com/s1lentq/ReGameDLL...utf8=%E2%9C%93

Mostly in this file : https://github.com/s1lentq/ReGameDLL..._gamerules.cpp keyword 'triggered'


All times are GMT -4. The time now is 01:23.

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