aber der Spieler fliegt schon vom Server runter?
Und in der Banliste taucht der Spieler auf?
Beiträge von Mirko911
-
-
häng mal die mod.log an. Vll. steht da ja was brauchbares drinne
-
hat es einen besonderen Grund, dass dein Server auf Version 1.0 läuft?.
Ich bin mir nicht sicher, aber es kann sein, dass die mal was mit der bans.txt gefixt haben
-
This version of mam has a bug with capital letters
so /home/servers/cod4/Aresdeathrun/manu
should be /home/servers/cod4/aresdeathrun/manuthis bug will be fixed in the next version
-
hide for admins is possible but needs a lot of work and a lot of modifications.
If you know what you're doing, do it, but don't request help for your modifications. -
so, mal ne kurze Frageliste für dich
- Welche Server Version 1.0 - 1.7
- sind es die normalen Server Files, oder nutzt du die Builds von Iceops?
- läuft ein Mod (Promod, Deathrun, KTK, ...) auf dem Server?
- Welche Adminmod Version nutzt du
- welchen Command hast du zum bannen benutzt?
-
then post the whole php file
-
is the function in a class?
-
mod.log and php file pls :D.
We can't help you without an error message
-
stupid game
-
getting guids has nothing todo with mam.
If you join a random server, he gets your guid -
Hey,
I've some improvements for you ;-):
$mod->registerCommand("getguid",false,"guids");
false is for commands which doesn't need arguments
Take a look into the basic commands and copy the middle parameter from a similar command like rcon
'~^rcon .+$~i' this is a syntax check. If a user executes the command with the wrong syntax, then he get's an error message-----------------------------------
$players[$guid]->say("Name Not Found");
Manuadminmod has language strings. I would prefer to use themCodeif (!$tokick) { $this->players[$guid]->say($this->mod->getLngString("playerNotFound", array("<SEARCH>"), array($player))); }
try to implement s.th like this-----------------------------------
$players[$guid]->say("Please Enter Name");
as I said above try to use the above pattern.
If you want these help commands, create a new file in languages/<LANG>/help/<yourPLugin>.lst and add a help text for your command -
hmm, then send us only the part of the mod log were the hackers were online
-
I would like to see a) mod.log b) groups.json c) users.json
Please use [spoiler][code][/code][/spoiler] if you post them here -
please append the mod.log
-
Install PHP 5.4
-
do you use MAM 1.0.0 Beta 4?
-
he means guidspoofing
-
per PM
but not in public boards
-