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:


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"
}
}
(sourcemod/configs/eggs/eggs.cfg)
Code: Select all
"Eggs"
{
"Egg"
{
"found" "0"
}
"Egg2"
{
"found" "0"
}
}
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:
- Install plugin - models for map ([url=https://forums.alliedmods.net/showthread.php?p=2389415]link to plugin)
Install easter egg plugin
Edit both plugin config files (examples bit higer)
Reload all plugins in server
Write command: !props , select your egg model, place it in map. Move it by E, MOUSE 1/2
Click save in the menu
Restart the round, your done!
Download: link