Raised This Month: $32 Target: $400
 8% 

List of CS/CZ/DOD Events/Messages with their arguments


Post New Thread Reply   
 
Thread Tools Display Modes
VEN
Veteran Member
Join Date: Jan 2005
Old 04-13-2007 , 03:42   Re: List of CS/CZ/DOD Events/Messages with their arguments
Reply With Quote #21

Impulse commands isn't related to messages/events. They are listed in HLSDK.
VEN is offline
pRED*
Join Date: Dec 2006
Old 04-13-2007 , 04:31   Re: List of CS/CZ/DOD Events/Messages with their arguments
Reply With Quote #22

Ok sorry I thought it was kinda related..

Where in the SDK is it? I can't find anything...
pRED* is offline
VEN
Veteran Member
Join Date: Jan 2005
Old 04-13-2007 , 05:05   Re: List of CS/CZ/DOD Events/Messages with their arguments
Reply With Quote #23

CBasePlayer::ImpulseCommands and CBasePlayer::CheatImpulseCommands
VEN is offline
Rolnaaba
Veteran Member
Join Date: May 2006
Old 07-05-2007 , 22:01   Re: List of CS/CZ/DOD Events/Messages with their arguments
Reply With Quote #24

yo this would be really helpful, but I dont have Excel, and the html version is messed up...
I use wiki for the events, but I would like a list of messages too
notice:
Attached Thumbnails
Click image for larger version

Name:	ex.JPG
Views:	273
Size:	30.2 KB
ID:	17821  
__________________
DO NOT PM me about avp mod.
Rolnaaba is offline
VEN
Veteran Member
Join Date: Jan 2005
Old 07-06-2007 , 12:27   Re: List of CS/CZ/DOD Events/Messages with their arguments
Reply With Quote #25

Why not use freeware soft that is support *.xls?
VEN is offline
Rolnaaba
Veteran Member
Join Date: May 2006
Old 07-06-2007 , 13:05   Re: List of CS/CZ/DOD Events/Messages with their arguments
Reply With Quote #26

um...because I am stupid, thanks. TO YAHOO SEARCH!!!
__________________
DO NOT PM me about avp mod.
Rolnaaba is offline
Greenberet
AMX Mod X Beta Tester
Join Date: Apr 2004
Location: Vienna
Old 07-11-2007 , 01:53   Re: List of CS/CZ/DOD Events/Messages with their arguments
Reply With Quote #27

Rolnaaba i suggest OpenOffice
__________________
Greenberet is offline
Send a message via ICQ to Greenberet Send a message via MSN to Greenberet
SonicSonedit
Veteran Member
Join Date: Nov 2008
Location: Silent Hill
Old 03-17-2009 , 10:13   Re: List of CS/CZ/DOD Events/Messages with their arguments
Reply With Quote #28

Some questions:
Does anyone know what is this message? It's item_battery in hammer editor (gives 15 armor).

I'll really appreciate if someone will tell how to make player see this icon!


about Radar - what does ID means?
is it player ID or is it number of mark on radar?
What is x-y-z? World coords or some sort of radar local values?

How can i add new marks on radar?

I Tried
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "Sonic Son'edit"

new msgtoshow;
new 
itemtoshow;

public 
plugin_init()
 {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("amx_msgidtest""clcmd_msgidtest");
    
msgtoshow=112;
    
itemtoshow=0;
}


public 
clcmd_msgidtest(id)
{
    
message_begin(MSG_ONE_UNRELIABLEmsgtoshow_id)
    
write_byte(itemtoshow);
    
write_coord(0.0)
    
write_coord(0.0)
    
write_coord(0.0)
    
message_end();
    
itemtoshow++;

But the only thing happened is client got crashed after i called function for several times.

will this be updated? http://www.war3ft.com/downloads/misc/events_CS.htm
because it doesn't even say that BlinkAcct makes your money bar blink like when you don't have enough money to buy something (byte is probably duration)
__________________


Last edited by SonicSonedit; 03-17-2009 at 10:35.
SonicSonedit is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 03-17-2009 , 12:16   Re: List of CS/CZ/DOD Events/Messages with their arguments
Reply With Quote #29

Quote:
Originally Posted by SonicSonedit View Post
I'll really appreciate if someone will tell how to make player see this icon!
http://forums.alliedmods.net/showthr...ght=icons+list
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
SonicSonedit
Veteran Member
Join Date: Nov 2008
Location: Silent Hill
Old 03-17-2009 , 12:29   Re: List of CS/CZ/DOD Events/Messages with their arguments
Reply With Quote #30

ConnorMcLeod
Thank you very much!

Now the only unknown thing is radar)
__________________

SonicSonedit is offline
Reply


Thread Tools
Display Modes

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 11:45.


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