AdminMod.de https://www.adminmod.de/ |
|
probs beim erstellen eines AdminMod Menues https://www.adminmod.de/viewtopic.php?t=3626 |
Seite 2 von 2 |
Autor: | Bonsai1 [ 27.07.2002, 07:06 ] |
Betreff des Beitrags: | |
naja mein menu ist heute abend fertig und ich warte nicht auf die von admin-mod weil selbst gemacht ist immer besser |
Autor: | [WING] Black Knight [ 27.07.2002, 10:35 ] |
Betreff des Beitrags: | |
Ich möchte nochmal darauf hinweisen, dass die Menüfunktion in der kommenden AM-Version 2.51 nur Betastatus hat. Also, Verwendung auf eigene Gefahr!! |
Autor: | MrClone [ 27.07.2002, 12:24 ] |
Betreff des Beitrags: | |
Aber die besten Befehle in der Beta sind givehealth() und takehealth()! |
Autor: | Bonsai1 [ 14.08.2002, 18:54 ] |
Betreff des Beitrags: | |
so iat vertig www.pka-clan.net |
Autor: | -Noone- [ 10.11.2002, 16:49 ] |
Betreff des Beitrags: | |
1. link is im ***** 2. bei "messagemode admin_slap/ban/gag/kick" komm zwar die anzeige aber bei nameneintrag kommt immer unrecognized username. wieso? |
Autor: | Rinde [ 10.11.2002, 18:02 ] |
Betreff des Beitrags: | |
hier. idee von cavey, verbesserung von mir Code: /* * Caveys test plugin */ #include <core> #include <console> #include <string> #include <admin> #include <adminlib> #include <plugin> new STRING_VERSION[MAX_DATA_LENGTH] = "2.50.50"; public plugin_command(HLCommand,HLData,HLUserName,UserIndex) { new Command[MAX_TEXT_LENGTH]; new UserName[MAX_NAME_LENGTH]; new Data[MAX_DATA_LENGTH]; new Access; convert_string(HLData,Data,MAX_DATA_LENGTH); if(Data[0] == '^"'){ convert_string(HLCommand,Command,MAX_TEXT_LENGTH); if(plugin_checkcommand(Command,Access) > 0) { convert_string(HLUserName,UserName,MAX_DATA_LENGTH); if(access(Access,UserName) != 0) { strstripquotes(Data); plugin_exec(Command,Data); return PLUGIN_HANDLED; } } } return PLUGIN_CONTINUE; } public plugin_init() { plugin_registerinfo("Cavey's Messagemode Fix","A quick and dirty fix for ^"'s in messagemode by Caveman.",STRING_VERSION); return PLUGIN_CONTINUE; }muss GANZ oben in der plugin.ini stehen. das sollte alle probleme mit messagemode commands fixen |
Autor: | -Noone- [ 10.11.2002, 19:01 ] |
Betreff des Beitrags: | |
so, habs jetzt mal in meine plugin.ini nach GANZ oben kopiert, aber das was ich wollte, geht imemrnochnicht. slappen kann ich nur mit "admin_messagemode admin_slap; messagemode" und dann den namen. aber dann wird auch jedes weitere "say" als "admin_slap" gemacht. deshalb mach ich das immer nur mit "messagemode admin_slap" name aber das geht nicht. nur bei mapchange / wechsel und dem allgemeinen müll (buytime/freezetime/roundtime/restartround...) verstehste jetzt was ich will? |
Seite 2 von 2 | Alle Zeiten sind UTC+01:00 |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |