I think you're looking for this:
Yes :biggrin: 100% working
in config.cfg custom commands
servers = "set ichdasboot <PLAYER:PID>:<ARG:OPT "list">
And how does the command works ?
An example ? !servers ????????????????
I think you're looking for this:
Yes :biggrin: 100% working
in config.cfg custom commands
servers = "set ichdasboot <PLAYER:PID>:<ARG:OPT "list">
And how does the command works ?
An example ? !servers ????????????????
Maybe your server settings are not right
I can help you by teamviewer
Do you have teamviewer?
Hey!
Can this script be also modified to.......like players will be forced to connect another server (set by host) when the connect ?
This should work.
I added a space between password and variable.
Do I need to add anything in
Just to be clear. :smile:
I made a small modification to Ninja his script
Not sure if it works.
If you get any errors just post them here and i will try to fix them
How to set the pass?
Or I don't have to, it just have to be the same server pass the player is currently connected to? :unsure:
well I made one in gsc a while ago, it's not very good (I was noob at the time but I'll post it in a second)
http://dropbox.com/s/jdf3hvns81b01xj/join_servers.gsc?dl=0
there we go, I made it for UA so you will have to change the cases and the iPrintLn shit from line 52+
My cod4 servers have password, players have to type /connect (ip);password (password)
Can you also add support for password function?
Like you have added port for each server and can also add password with it?
Running MAM without php ?
Download latest php for windows from this silte http://windows.php.net/download/
And you also need MICROSOFT VISUAL C++ REDISTRIBUTABLE FOR VISUAL STUDIO 2012 for running PHP ........Download link http://www.microsoft.com/en-us/download…s.aspx?id=30679
Hey does mbstring needs php_exif.dll ?
Bellow extension=php_mbstring.dll line there is ;extension=php_exif.dll and beside it says ; Must be after mbstring as it depends on it
like this...
;extension=php_mbstring.dll
;extension=php_exif.dll ; Must be after mbstring as it depends on it
Don't get it, do I need to remove ; or not ? extension=php_exif.dll
mbstring as it depends on it :wacko:
If you wanna send Heartbeat then update to latest version of MAM
Also, it's not a plugin.
That's why geoip.php was in daemon\libraries\geoip :biggrin:
By the way @Dennis can you please check my reply in this topic ? ManuAdminMod 1.0.0-Beta+6 released!
sorry man, have only for cod4mw
That's a old version of finall kill cam. Its a little buggy sometimes makes the server lag...but never happened to me, don't know, guess have a better server pc :biggrin:
If you want it I can give it to you.
guide to install ? O_O
Here you go http://www.mediafire.com/view/setxj4t0qck21ml/register.php
Just Download, copy and paste it in your MAM plugins folder :biggrin:
next time upload instruction file with it ? for some newbies ?
If you are using a mod the copy finalkillcam.iwd to your Mods/modname folder and if you are using no mod then copy finalkillcam.iwd to your main folder located in your cod4 installed location
Version 1.0.0-Beta+6 has been released. You can find the changelog on the download page.
For security reason...also need a new admin_valid plugin. If admin_valid plugin is used with the RC version of MAM,(Tried with MAM +3 and MAM+5 ) when someone connects with authenticate batch file it show that admin ip registered and MAM show that
Notice: Guid(00000000f17238a4b7xxxxxxx) from 112.168.18.22 as Masteradmin registered
Notice: admins.cfg was updated and written to hard disk
But nothing is written in the admins.cfg
Pnly works with MAM 0.12 :sad:
And also there is a bug in admin_valid plugin....When there are multiple admins, some gets admin rights other cant
If anyone suggest that put a gape between the lines in admin_groups like this......
48d3edbcf2bfad75d35e7214ae:master:1:024d7f84fff11dd7e8
sdrdhttbfad75d35e7214ae:admin:0:024d7f84fff11dd7efde5e
....yes done that its the same
Solutions ?
Please look into this topic and help :sad: Admin Valid Plugin
!register plugin by Mirko911
<?php
/**
* Register User on Server
*
* If you type !register, the server put's you in an other server group
*
* @package Plugins
* @subpackage none
* @version 1.0
*
* @author mirko911
* @since 05.01.11
*/
$mod->registerCommand("register", false , "register_main" );
$mod->setDefaultCV("register_main", "registed_group", "user");
$mod->setDefaultCV("register_main", "registed_message", "you are now registered on this server");
/**
* If you type !register, the server put's you in an other server group
*
* @author mirko911
* @since 05.01.11
* @global mod $mod
* @global player $players
* @param string $guid 32 char long hex guid
* @return boolean true if all successful
*/
function register_main($guid) {
global $mod, $players;
if($players[$guid]->getGroup() != "default") return false;
$players[$guid]->setGroup($mod->getCV("register_main" , "registed_group"));
$players[$guid]->Say($mod->getCV("register_main" , "registed_message"));
return true;
}
?>
Alles anzeigen
will be logged in mod.log
Thanks
This is banner config
[banner]
enabled = 1
time = 180
logging = 1
I wanna know what does logging = 0 or 1 does
If you use gameranger for hosting server.......your friends can't connect to your cod4 server directly. Must use gameranger to connect :biggrin:
Use xfire instead http://www.xfire.com/