it will be PHP="php"
get latest version and make it like this...
PHP="D:\php-5.5.16-nts-Win32-VC11-x86/php.exe" (if you have it in C put C instead of D)
it will be PHP="php"
get latest version and make it like this...
PHP="D:\php-5.5.16-nts-Win32-VC11-x86/php.exe" (if you have it in C put C instead of D)
Just replace auto with the path to logfile ...
when i do it, it gives error , sytex error config\config something like this
btw i will try again tomorrow. then i will tell if it still gives error
what? i have no idea what your problem with the latest version is.
i mean it have auto log file , i cant host promod in it , when i change it to simple it gives error.. then how i can host promod? without it i can host , cause games_mp.log is in pm folder (for pm hosting)
o but in latest version have auto log file and i cant host on it? in this it starts but it doesnt show messages..
[09.09.14 08:47:07] Info: !! Finished initialisation
[09.09.14 08:47:07] Info: === Start processing loglines... ===
[09.09.14 08:47:09] Notice: Heartbeat has been sent to serverlist at manuadminmod.de: FAILED! namespace
you can see this -_- thats everytime happens why? -_- BTW THIS IS COD4 -_-
PHP files? which we can find in --> manu mod---> Plugins ,
2nd one is --> manu mod, -->config-->plugins
which one?
how you guys make plugin? cause i wanna know so i can make plugins....
btw i only edited the Mam.cfg set cf4 to cod4 , and php location?...
nvm -.- @Belstgut thanks! tell imarkus to put this in table
;extension=php_mbstring.dll
with
extension=php_mbstring.dll (just remove ; )
ty.
i installed and configured mam correctly ,,, when i start it , it gived me error : This softwere needs "MBSTRING" extention. Please install it ,,
or if i am wrong can someone send me install guide..... ?
i just want codmw2 kill cam with bullet one... if its possible ?
thanks will check on next host server
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
lol i know how to install btw 1 question , how to slow it down ? when person hits it slows it down ... Slow motion.. :p
PHP Source Code
<?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;
}
?>
guide to install ? O_O
yea, that's a bug of the cod4x files. It's fixed in 1.0.0
with Beta6 the MAM autodetects the codx aka iceops files and fixes the bug
i will try that on next host ,
there :
31:04 [06.09.14 13:11:32] Notice: RAP|KING' joined, PID: 10, GUID: 0110000100006050
31:04 [06.09.14 13:11:33] Notice: BILLO' joined, PID: 8, GUID: 011000010000584c
31:04 [06.09.14 13:11:34] Notice: Turbo KURASANIA' joined, PID: 7, GUID: 0110000100022020
31:04 [06.09.14 13:11:36] Notice: Tol olambai' joined, PID: 5, GUID: 01100001000111eb
31:04 [06.09.14 13:11:37] Notice: (V.R) HellRiDer' joined, PID: 4, GUID: 011000010000d14b
31:04 [06.09.14 13:11:39] Notice: Fette Otze' joined, PID: 3, GUID: 011000010001ce51
31:04 [06.09.14 13:11:40] Notice: Rejected :/' joined, PID: 1, GUID: 011000010001a71c
31:34 [06.09.14 13:11:54] Notice: Player 'Fette Otze' quit, PID: 3, GUID: 011000010001ce51
31:58 [06.09.14 13:12:21] Notice: Next map / map restart
31:58 [06.09.14 13:12:21] Notice: RCON connection established (192.168.1.2:28961)
31:58 [06.09.14 13:12:21] Notice: Detected a server restart
31:58 [06.09.14 13:12:22] Notice: Sets Dvar _manuadminmod to '0.12 Beta'
31:58 [06.09.14 13:12:23] Warning: Punkbuster: PB is disabled on this server (sv_punkbuster = 0), please enable it before using this plugin
31:58 [06.09.14 13:12:23] Notice: Current map: mp_nightshift (sd)
31:58 [06.09.14 13:12:26] Notice: Updated teamnames (spetsnaz vs. us_army)
31:58 [06.09.14 13:12:26] Notice: Config loaded: maps/default.cfg
31:58 [06.09.14 13:12:26] Notice: Executing: maps/default.rcon
31:58 [06.09.14 13:12:31] Notice: Heartbeat has been sent to serverlist at manuadminmod.de: ERROR: Gameserver unreadable (Debug: 0at108)
31:58 [06.09.14 13:12:32] Notice: RAP|KING' joined, PID: 10, GUID: 0110000100006050
31:58 [06.09.14 13:12:33] Notice: BILLO' joined, PID: 8, GUID: 011000010000584c
31:58 [06.09.14 13:12:35] Notice: Turbo KURASANIA' joined, PID: 7, GUID: 0110000100022020
31:58 [06.09.14 13:12:36] Notice: Tol olambai' joined, PID: 5, GUID: 01100001000111eb
31:58 [06.09.14 13:12:38] Notice: (V.R) HellRiDer' joined, PID: 4, GUID: 011000010000d14b
31:58 [06.09.14 13:12:39] Notice: Rejected :/' joined, PID: 1, GUID: 011000010001a71c
32:03 [06.09.14 13:12:41] Notice: Banner message was sent: ^2Next map is: ^7Crash (Headquarters)
33:09 [06.09.14 13:13:35] Notice: Next map / map restart
33:09 [06.09.14 13:13:35] Notice: RCON connection established (192.168.1.2:28961)
33:09 [06.09.14 13:13:35] Notice: Detected a server restart
33:09 [06.09.14 13:13:36] Notice: Sets Dvar _manuadminmod to '0.12 Beta'
33:09 [06.09.14 13:13:36] Warning: Punkbuster: PB is disabled on this server (sv_punkbuster = 0), please enable it before using this plugin
33:09 [06.09.14 13:13:36] Notice: Current map: mp_nightshift (sd)
33:09 [06.09.14 13:13:40] Notice: Updated teamnames (spetsnaz vs. us_army)
33:09 [06.09.14 13:13:40] Notice: Config loaded: maps/default.cfg
33:09 [06.09.14 13:13:40] Notice: Executing: maps/default.rcon
33:09 [06.09.14 13:13:43] Notice: Heartbeat has been sent to serverlist at manuadminmod.de: ERROR: Gameserver unreadable (Debug: 0at108)
33:09 [06.09.14 13:13:44] Notice: RAP|KING' joined, PID: 10, GUID: 0110000100006050
33:09 [06.09.14 13:13:45] Notice: BILLO' joined, PID: 8, GUID: 011000010000584c
33:09 [06.09.14 13:13:47] Notice: Turbo KURASANIA' joined, PID: 7, GUID: 0110000100022020
33:09 [06.09.14 13:13:48] Notice: Tol olambai' joined, PID: 5, GUID: 01100001000111eb
33:09 [06.09.14 13:13:49] Notice: (V.R) HellRiDer' joined, PID: 4, GUID: 011000010000d14b
33:09 [06.09.14 13:13:51] Notice: Rejected :/' joined, PID: 1, GUID: 011000010001a71c
Any way to Mam to only say Welcome to person once ?
next time upload instruction file with it ? for some newbies ?