Please upload your mod.log (put it into a *.zip-file)
Beiträge von Master of Little
-
-
Read this.
Do this.
And CAN help you -
schaun mal in deiner php.ini ob sqlite da aktiviert ist
-
-
you have to install SQLite for php
-
what Plugin did you install?
-
-
did you restart the mod?
can you execute other commands like !nextmap !me -
some errors in the mod.log
-
did u restarted your server?
-
kein ding, aber benutz das nächste mal bitte "Bearbeiten" Danke
-
du hast in deiner config.cfg ein falsches Passwort für MySQL gesetzt oder der Benutzer ist falsch/nicht vorhanden in der MySQL datenbank
-
hi
ab Zeile 428 in der basiccommands.php muss es so aussehenPHP
Alles anzeigenpublic function pl($guid, $parameters) { $players = $this->mod->getPlayerList(); $string = ""; foreach ($players as $key => $value) { $guid_pl = $this->mod->findPlayerGuid($key); $kills = $this->players[$guid_pl]->kills; $string .= "^1$key^7=>^3$value^7(^2$kills^7); "; } $string = substr($string, 0, -1); $this->players[$guid]->say($string); }
gruß
Master of Little -
-
nein du hattest nur halb recht xD
-
Version 1.1 Uploaded:
Changelog:
-Bug fixes -
Version 1.1 Uploaded:
Changelog:
-Bug fixes -
you CAN'T use !ban in aiw with this plugin u can use !pban instead
-
pls send us the line from the mod.log where a player gets banned
-
we need more informations:
MAM version, your mod.log, your config