Raised This Month: $ Target: $400
 0% 

Messagemode


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Watt
Senior Member
Join Date: Jan 2008
Location: Poland :D
Old 04-09-2008 , 10:43   Messagemode
Reply With Quote #1

In hl there is command messagemod
(example: messagemode kick) it is existing in AMXMODX?
Watt is offline
Wilson [29th ID]
Veteran Member
Join Date: Nov 2005
Location: London
Old 04-09-2008 , 12:47   Re: Messagemode
Reply With Quote #2

What are you asking exactly? It's a half-life command...amxx can execute the command on a client...
__________________

Day of Defeat AMXX Community

FakeMeta Research . Voice Proximity . Advanced Deploy . Technician
Wilson [29th ID] is offline
Send a message via ICQ to Wilson [29th ID] Send a message via AIM to Wilson [29th ID] Send a message via MSN to Wilson [29th ID] Send a message via Yahoo to Wilson [29th ID]
Old 04-09-2008, 12:51
IneedHelp
This message has been deleted by IneedHelp. Reason: oh.don't understand you watt.
Watt
Senior Member
Join Date: Jan 2008
Location: Poland :D
Old 04-09-2008 , 14:48   Re: Messagemode
Reply With Quote #3

I found a plugin when you say /transfer 5000 watt it gives 5000 to player Watt, and I want to add it to my server menu
Watt is offline
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 04-09-2008 , 15:50   Re: Messagemode
Reply With Quote #4

You mean it transfers money?
[ --<-@ ] Black Rose is offline
rudle
BANNED
Join Date: Mar 2008
Location: About to be sent to bant
Old 04-09-2008 , 16:19   Re: Messagemode
Reply With Quote #5

I Think i know he want's a plugin that is in say /money /kick ect and it will do that command

PHP Code:

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <engine>

public plugin_init() 
{
     
register_plugin("test""1.0""99");
     
register_clcmd("say /test""cmdtest")
}

public 
cmdtest() 
{
  
cs_set_user_money(id1337);

Fix please.

Last edited by rudle; 04-09-2008 at 16:28.
rudle is offline
|PJ| Shorty
Veteran Member
Join Date: Aug 2005
Location: Bavaria, Germany
Old 04-09-2008 , 16:33   Re: Messagemode
Reply With Quote #6

Quote:
Originally Posted by Watt View Post
I found a plugin when you say /transfer 5000 watt it gives 5000 to player Watt, and I want to add it to my server menu
try adding to clcmds.ini:
Code:
 
"transfer 5000" "say /transfer 5000 #%userid%" "c" "u"
access from player menu
__________________
There are only 10 types of people in the world:
Those who understand binary, and those who donīt.
|PJ| Shorty is offline
Send a message via ICQ to |PJ| Shorty Send a message via AIM to |PJ| Shorty Send a message via MSN to |PJ| Shorty Send a message via Yahoo to |PJ| Shorty Send a message via Skype™ to |PJ| Shorty
Watt
Senior Member
Join Date: Jan 2008
Location: Poland :D
Old 04-10-2008 , 12:04   Re: Messagemode
Reply With Quote #7

Quote:
Originally Posted by |PJ| Shorty View Post
try adding to clcmds.ini:
Code:
 
"transfer 5000" "say /transfer 5000 #%userid%" "c" "u"
access from player menu
I want tadd it to my menu, something like register_cvar?
Watt 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 06:41.


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