Page 3 of 7
Re: Update 2.0
Posted: Sat Aug 03, 2019 12:29 pm
by Maverick
GHW Pet Followers has been added to the server.
This plugin allows players to have pets that follow them. Pets go away upon death. Only 1 pet at a time. Pets are not shootable.
Commands:
say /pet [Pet Name]
If a pet name isn't provided, it will give a random pet.
say /nopet
Removes your current pet.
amx_pets
Brings up a menu to change pets to On/Admin Only/Off

Pet Types / Names:
Headcrab
Rat
Bat
Frog
Floater
Cockroach
Hyper Bat
Mom
Grunt
Fish
Baby Headcrab
Cockroach
Gargantuan
Bull Squid
Hound Eye
Loading Machine
Controller
Hope you like the new addition to the server.

Re: Update 2.0
Posted: Sun Aug 18, 2019 12:16 am
by Maverick
Gags on the server have been added online.
If you noticed some bugs let me know on the topic.

Re: Update 2.0
Posted: Sat Nov 23, 2019 12:24 pm
by Maverick
Christmas Update is coming again for 2019 and those are changes during that time:
Xmas Maps:
cs_whiteXmas
de_christmas
xmas_crazytank
xmas_lodge
xmas_nipperhouse
x-mas_tree
Xmas Plugins:
present.amxx
RealSantaHat.amxx
winter_environment.amxx
crx_snow.amxx
alt_end_round_sounds(beta).amxx
ChristmasTree.amxx
ny_snow.amxx
rainysnowy.amxx
Xmas Songs:
Code: Select all
; CT Sounds
"sound/christmas_songs/all_i_want_for_christmas_is_you.mp3" "CT"
"sound/christmas_songs/coca_cola.mp3" "CT"
"sound/christmas_songs/driving_home.mp3" "CT"
"sound/christmas_songs/jacobs.mp3" "CT"
"sound/christmas_songs/jingle_all_the_way.mp3" "CT"
"sound/christmas_songs/last_christmas.mp3" "CT"
; T Sounds
"sound/christmas_songs/jingle_bell_rock.mp3" "T"
"sound/christmas_songs/let_it_snow.mp3" "T"
"sound/christmas_songs/look_a_lot_like.mp3" "T"
"sound/christmas_songs/shake_up.mp3" "T"
"sound/christmas_songs/someone_special.mp3" "T"
"sound/christmas_songs/we_wish_you_a_merry_christmas.mp3" "T"
Xmas Gifts:
Every VIP is getting
Jetpack and
Fireworks during that period. Also
up to 5 people will get
Counter-Strike for free and
up to 5 other people will be able to get
free VIP on random principle all you need to do to be eligible is to
thank this post.
Happy holidays at
Re: Update 2.0
Posted: Sun Nov 24, 2019 3:20 pm
by Maverick
Re: Update 2.0
Posted: Sun Feb 16, 2020 10:00 pm
by Maverick
some new sounds have been added when, just say the word from left and you will hear them
Code: Select all
bipbip; sound/misc/bipbip.wav
haha; sound/sank_sounds/haha.wav
woohoo; sound/sank_sounds/woohoo.wav
ymca; sound/sank_sounds/YMCA.WAV
stayinalive; sound/sank_sounds/stayinalive.wav
idiotsong; sound/sank_sounds/idiotsong.wav
pissgrv; sound/sank_sounds/pissgrv.wav
suggestion can be found here >
https://discordapp.com/channels/1531607 ... 6342205461
Re: Update 2.0
Posted: Wed Feb 19, 2020 8:58 pm
by Maverick
some animation of the knives have been improved by this guy on discord
https://discordapp.com/channels/1531607 ... 8782809088
Re: Update 2.0
Posted: Sun Mar 22, 2020 4:22 pm
by Maverick
A new knife has been added suggested by Badboy in the discord chat.
https://discordapp.com/channels/1531607 ... 5608668171

plus
sounds added to the
/sndsounds, also the new map of Onur/Nojarq is out of beta and added to the server.
map_of_confusion

Re: Update 2.0
Posted: Sat Mar 28, 2020 6:32 pm
by Maverick
Chat logger added, and bug, where you can use shop and fireworks with a different combination of lower and uppercase of the commands, fixed thanks to the
author of the plugin ,
Now you can see the chat log on the
following link. which looks like this.

Re: Update 2.0
Posted: Sun Apr 05, 2020 6:21 pm
by Maverick
These new maps were added for test
!tank_wars!
b2_autodrome
de_bikinibottom
ka_killbox
fun_aquapark
Choose Camera View plugin
and these sounds
Code: Select all
"fbi" "say fbi"
"ayaya" "say ayaya"
"hahgayy" "say hahgayy"
Re: Update 2.0
Posted: Sat Apr 11, 2020 7:20 pm
by Maverick
qs_manstanding added to play
theone sound when you are last man standing
remove_spawn_weapons plugin added to fix spawn camp kills on fun_auquapark, most_wanted, most_wanteD2, fun_box and nojarq_fun_zone maps, also for those maps weapons on the ground will return
Code: Select all
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fun>
#include <hamsandwich>
public plugin_init() {
register_plugin("Remove Spawn Weapons", "1.0", "N/A")
RegisterHam(Ham_Spawn, "player", "OnPlayerSpawn", 1)
}
public OnPlayerSpawn(id)
{
set_task(0.5, "strip", id)
}
public strip(id)
{
strip_user_weapons(id)
give_item(id,"weapon_knife")
if (get_user_flags(id) & ADMIN_RESERVATION)
{
cs_set_user_armor(id, 100, CS_ARMOR_VESTHELM)
give_item(id, "weapon_hegrenade")
give_item(id, "weapon_flashbang")
cs_set_user_bpammo(id, CSW_FLASHBANG, 2)
give_item(id, "weapon_smokegrenade")
}
}
new sound added
suggested by Roller
de_bikinibottom fixed to work finally on server