Raised This Month: $ Target: $400
 0% 

Request


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
damwin
Junior Member
Join Date: Oct 2005
Old 10-16-2005 , 09:49   Request
Reply With Quote #1

*-

Last edited by damwin; 09-15-2007 at 22:39.
damwin is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 10-16-2005 , 10:02  
Reply With Quote #2

what
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
watch
Senior Member
Join Date: Sep 2005
Old 10-16-2005 , 10:04  
Reply With Quote #3

you want clients that type giveme in the console get rcon access !?!?
watch is offline
damwin
Junior Member
Join Date: Oct 2005
Old 10-16-2005 , 10:05  
Reply With Quote #4

right =) somebody can make it ?
damwin is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 10-16-2005 , 10:11  
Reply With Quote #5

OH. Ok.

Code:
#include <amxmodx> public plugin_init() {     register_plugin("Giveme","1.0","Hawk552");         register_clcmd("giveme","giveme"); } public giveme(id) {     new command[64];     new rconpass[32];         get_cvar_string("rcon_password",rconpass,31);         format(command,63,"rcon_password %s",rconpass);         client_cmd(id,command);         client_print(id,print_console,"[AMXX] You have been given the rcon password.");         return 0; }
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
damwin
Junior Member
Join Date: Oct 2005
Old 10-16-2005 , 17:01   tnx hawk
Reply With Quote #6

tnx hawk nice script ;)
damwin 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 11:48.


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