AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   COD:MW4 Mod (https://forums.alliedmods.net/showthread.php?t=261658)

MakiKing64 04-17-2015 17:38

COD:MW4 Mod
 
2 Attachment(s)
CoD:MW4 Mod

by MakiKing64

v1.0



Notice
First time i made this mod, it was in
Serbian Language, and yes, i am from
Serbia. But i translated it to english.
Right now, i have two versions of this
Mod: Serbian and English. Some words
in the english mod could be wrong.
The english mod isnt working, i have
no idea why. It can compile, but it
wont show the classes.

Another Notice
Youll have to compile the plugin/mod
locally :(

Classes & Items
This mod has 49 Items and 30 Classes.
17 Normal Classes
8 Premium Classes
5 Super Classes

Console Commands
(All these commands are on ADMIN_RCON)
cod_dajpredmet (id of item) - Gives you a item
cod_lvl (name of player) (level/exp) - Lvl Command. If you do it 1000+ Lvl, you will crash (i think).

In Game Commands
/klasa or /class - A menu where you can choose your class
/item or /predmet - Shows the Description of the Item you have
/description or /opis - Description of the Classes
/daj or /give - Gives the item to another selected player
/def - Buy the Defuse Kit
/shop - Opens the Shop
/izbaci or /drop - Drops the current Item

Requirements
Game: Counter Strike 1.6 (Of Course)
AMXX: Version 1.8.1

Installation
1. Download the codeng.amxx or codsrb.amxx
2. Put the codeng.amxx or codsrb.amxx into the plugins folder
3. In plugins.ini type "codeng.amxx" or "codsrb.amxx"
4. Done :)
Also, the codeng.amxx is English and codsrb.amxx is Serbian. (If you dident know)

Classes (Flags)
All Premium Classes - ADMIN_LEVEL_A (Flag M)
Ghost Class - ADMIN_LEVEL_B (Flag N)
Ninja Class - ADMIN_LEVEL_C (Flag O)
Commando Class - ADMIN_LEVEL_D (Flag P)
General Class - ADMIN_LEVEL_E (Flag Q)
Shepherd Class - ADMIN_LEVEL_F (Flag R)

ToDo List
1. Add more Classes and Items to the Mod
2. Fix the /restart (or /reset, i dont remember) command.

Syturi0 04-17-2015 19:07

Re: COD:MW4 Mod
 
Some pictures and videos would be nice.

Blizzard_87 04-17-2015 23:32

Re: COD:MW4 Mod
 
Instead of two plugin why not make multi Lang?

chaveirobf 04-17-2015 23:51

Re: COD:MW4 Mod
 
has not mdl and sound

MakiKing64 04-18-2015 04:26

Re: COD:MW4 Mod
 
Quote:

Originally Posted by Syturi0 (Post 2287428)
Some pictures and videos would be nice.

Working on it :)

Quote:

Originally Posted by Blizzard_87 (Post 2287467)
Instead of two plugin why not make multi Lang?

Maybe you could help me with that... Im not that good at Multi Lang... Infact, ive never done Multi Lang, so i have no idea how to...

Quote:

Originally Posted by chaveirobf (Post 2287469)
has not mdl and sound

You can add models and sounds to your server by yourself.

Blizzard_87 04-18-2015 04:34

Re: COD:MW4 Mod
 
Quote:

Originally Posted by MakiKing64 (Post 2287504)
You can add models and sounds to your server by yourself.

When releasing a plugin which requires models and sounds. You must attach them. That's a requirement for ever getting it approved.

MakiKing64 04-18-2015 04:36

Re: COD:MW4 Mod
 
Ive just seen that the English Version does not work... It wont show the classes... But, ive still got the serbian version and i can show you some screenshots.
(Also Blizzard_87, could you maybe please help me with Multi Lang?)

Serbian ScreenShots:
http://imgur.com/Z7Wf0WP,Co9JTsR,CcO...mH9prL,omBRCrY

Blizzard_87 04-18-2015 04:54

Re: COD:MW4 Mod
 
Sorry don't have the time for that. There should be some tutorials about multiLang on this forum. Just gotta search.

MakiKing64 04-18-2015 06:00

Re: COD:MW4 Mod
 
Well, could somebody maybe do the Multi Lang for me? Please?

FD_GODPL 04-18-2015 06:24

Re: COD:MW4 Mod
 
I'd say this mod is just remake of this one http://amxx.pl/topic/24257-call-of-duty-mw-mod-beta

I think your effort was little. Some features, which don't exist in the original mod, like shop, give command, prefixes can be found here:

Shop -> http://amxx.pl/topic/67845-jak-dodac...tary/?p=333594
give command -> http://amxx.pl/topic/52327-cod-mod-k...-daj/?p=255963
prefixes -> http://darkgl.pl/index.php/2011/12/0...say-cod-stary/

You also removed
Code:

#define BOTY 1
but you didn't remove bots' related code f.e.
Code:

#if defined BOTY
public is_user_bot2(id)
{
    new ping, loss
    get_user_ping(id, ping, loss)
    if(ping > 0 && loss > 0)
        return false
    return true
}
#endif



All times are GMT -4. The time now is 09:57.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.