AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   [REQ] Map adverts plugin (https://forums.alliedmods.net/showthread.php?t=58437)

tcviper 07-26-2007 05:48

[REQ] Map adverts plugin
 
Basically to display specific images in a map like the clan logo on coordinates defined per map by an admin. Same as mani has called mapadverts.txt

Code:

{
        // Map name

        "de_dust"
        {
                // Name of the decals to use (see decallist.txt file)
                // You can specify more than one decal to use per map.

                "gameconnect"
                {
                        // X Y Z coordinates of each decal position

                        "x"        "266.19424"        // x position
                        "y"        "-1855.96875"        // y position
                        "z"        "218.25949"        // z position
                 
                        "x"        "-1279.96875"        // x position
                        "y"        "1198.67468"        // y position
                        "z"        "194.21437"        // z position

                        "x"        "1020.94836"        // x position
                        "y"        "3615.96875"        // y position
                        "z"        "228.66261"        // z position
                }

        }


imported_Anth0ny 07-26-2007 08:00

Re: [REQ] Map adverts plugin
 
yes, we need it

GriMz 07-26-2007 08:45

Re: [REQ] Map adverts plugin
 
Ditto, I have images I need to get up as well.. and this thing is confusing, I used to think Event Scripting was hard, but in a short time I figured it out, I hope this is as easy as that was, but it don't look like it will be..

^BuGs^ 07-26-2007 09:40

Re: [REQ] Map adverts plugin
 
A challenge. :D

Extreme_One 07-26-2007 15:16

Re: [REQ] Map adverts plugin
 
http://forums.alliedmods.net/showthread.php?t=47951


All times are GMT -4. The time now is 14:10.

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