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

Engine Chat (v0.4)


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:          Approver:   EKS (166)
karlos
Veteran Member
Join Date: Apr 2004
Location: Germany/Poland
Old 07-29-2005 , 12:33   Engine Chat (v0.4)
Reply With Quote #1

Code:
/*
* This plugin is designed to help developers for debugging
* You can directly use engine commands stored in engine.inc from chat
*
* Usage:
*	Type in chat: "!engine command <parameter1> <parameter2> <parameter3> ..."
*	
*	Usage Info:
*	- No brackets or commata are allowed to use, otherwise this will result in errors / wrong results
*	- Vectors are split, this mean you need to write vectors as 3 parameters
*	- Return of functions is displayed in chat and console
*	- Do not type parameters that get filled/return (changing is allowed eg: remove_quotes(string) )
*		eg:
*			- entity_get_string( index , EV_SZ_classname , string1 , str1_Len )
*			- you dont need the parameters "string1" and "str1_Len"
*
*	NOTE:
*	- some function like forwards, registers and function used in forwards and hooks has not been added
*	- at the very bottom you can see which has not been added
*
* v0.3:
*	- initial release
*
* v0.4:
*	- added:
*		- amxmodx.inc is now included
*	- changed:
*		- huge speed improvement due to alphabetic splitting and order
*/

#include <amxmodx>
#include <amxmisc>
#include <engine>
Attached Files
File Type: sma Get Plugin or Get Source (engine_chat.sma - 1820 views - 44.7 KB)
__________________
alias White Panther
karlos is offline
karlos
Veteran Member
Join Date: Apr 2004
Location: Germany/Poland
Old 10-12-2005 , 19:05  
Reply With Quote #2

Update v0.4:

added:
- amxmodx.inc is now included

changed:
- huge speed improvement due to alphabetic splitting and order
__________________
alias White Panther
karlos 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 19:11.


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