you can make the files server sided
Beiträge von JeffSkye
-
-
i didnt ask 1 + 1 i asked the download link
-
What is the download link i will have a look
-
What about making a mod of it? ( mod.ff )
-
all credits go to Mirko
PHP
Alles anzeigen<?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 * * @copyright ManuAdminMod (http://www.manuadminmod.de) * @license Creative Commons BY-NC-ND 4.0 (http://www.creativecommons.org/licenses/by-nc-nd/4.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; } ?>
-
no problem
like i said if you need help just ask -
You are the man who I was waiting for xD :biggrin:
This script was made by a newbie
You can do better........
Can you make a script that will show
K/D Ratio :
Kills :
Headshots :
Deaths :i will give it a try
i searched for it to before i could script.
the script you posted few posts earlier is bugged like hell :attention:but i will see what i can do
-
Oky and what cmd should I type in game ?
for example us
this will show all the servers
this will send you to the search and destroy server
this will send you to the team death match serveretc..
if you have more questions or if you need help with adding servers etc just ask
and if you get errors please post them here with a screenshot -
-
Hey!
All I've found is this.
But this one has a bug that was not fixed.
Can someone see whats the prob? :pinch:I will have a look at it soon
-
which script do you use?
-
LOL :tongue:
all you have to edit are these
-
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?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 -
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)
https://www.dropbox.com/s/jdf3hvns81b0…ervers.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+in config.cfg custom commands
servers = "set ichdasboot <PLAYER:PID>:<ARG:OPT "list">you might have to change the clientCmd depending on the mod you are using
Very Nice
Some functions are really strange lol but looks nice
Think it will work better than the script i made myself yours has more options
Nice Work Thank You -
I saw a B3 server with the command so i started searching if it was possible for MaM to.
Few days ago i found a server running MaM with the !join command@Belstgut
I can script .gsc files so that wont be an problem -
Hi Everyone!
Could anyone help me with a plugin?
For few weeks now i'm trying to find a plugin like it.
(CoD4)When you use the custom command !join <input> it will redirect you to that server
So for example if you use !join deathrun you will join the deathrun server and if you use the !join war command it will redirect you to the war server.If someone could help me with it that would be awesome!
-
i wrote a sendmail plugin for 0.12 once. but needs mail() compatibility. so for windows you need to edit your php.ini to get mail working
see attachment.
new command is !contact
Thank You For Your Fast Reply! Your awesome !
-
i wrote a sendmail plugin for 0.12 once. but needs mail() compatibility. so for windows you need to edit your php.ini to get mail working
Could you send the code? Our server is linux. We run MaM 0.11.5 Beta
If its possible it would be really awesome !
Thank You For Your Time -
Hi everyone,
I'm looking for a !report <playername> <reason> plugin.
Does anyone have one or can someone make one?
And is it possible to send an email to an admin if someons uses the !report command?Thank you very much for your time!
If someone could help that would really awesome!Greetings From
JeffSkye