[CS:GO] Easter egg day

Post Reply
User avatar
Andreeas
Hero Member
Hero Member
Posts: 601
Joined: Wed Jan 22, 2020 8:17 pm
Jucator SA:MP ?: Nu
Nick:: Andreeas
Jucator CS ?: Nu

[CS:GO] Easter egg day

Post by Andreeas »

Hey everybody!

So soon is easter day, so I decided to create plugin. In Latvia we have tradition to hide eggs, and later other people go seach for them. Thats the main thing that I have created here.

So again, the idea is that admins hide the egg/s around the map/s and other players search for them. If someone finds the egg, no one can't pick up the egg. Later admin check the config file, sees who has found the egg, and can give him some kind of bonus - vip, shop points or something.

Admins can't pick up the eggs!

Later I will maybe create that it will support zephyrus store, and will automaticly give credits, when someone will find the egg.

Here are few images of the plugin in action:
Image
Image

Config is pretty simple. So first of all you need to configure the modelsinmap plugin :

Code: Select all

"models"
{

    "Egg"
    {
        "model_path"        "models/spk_easteregg.mdl"
        "solid"             "1"
        "size"              "0.6"
    }


    "Egg2"
    {
        "model_path"        "models/spk_easteregg.mdl"
        "solid"             "1"
        "size"              "0.6"
    }

} 
And second config is for easter day plugin.

(sourcemod/configs/eggs/eggs.cfg)

Code: Select all

"Eggs"
{
    "Egg"
    {
        "found"        "0"
    }

    "Egg2"
    {
        "found"        "0"
    }
} 
Name in model.cfg and in eggs.cfg need to be the same, otherwise it will not work!

Notes:
When someone will find any egg, the eggs.cfg will change the egg row to something like this http://prntscr.com/aizv9v

Here are no commands, only command is when someone is near to egg, he can press E to show that he found the egg!

Command for plugin "models in map", check in this

Models:

Download: link
Post Reply

Return to “Fun Stuff”