View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-23-2024 , 12:42   Re: Plugin not compile [ZPS]
Reply With Quote #8

For info, we talk about Zombie Panic Source, game what have own unique events made.

I maybe wrong but I don't think those "round_start" and "round_end" event exist on that game.

I found these tough but do those get fired, I have not tested.
Code:
	"round_begins"		// Round has begun
	{
	}

	"round_win"			// Round has ended
	{
		"mapname"		"string"
		"humanwin"		"bool"
	}
I would use OnMapStart or else instead.
That mod have a lot difference
__________________
Do not Private Message @me
Bacardi is offline