alliedmodders / sourcemod

SourceMod - Source Engine Scripting and Administration
http://www.sourcemod.net/
981 stars 423 forks source link

[CS:GO] Force win round native #1479

Open eyal282 opened 3 years ago

eyal282 commented 3 years ago

I want a new native that terminates the round as a win, calculates fun fact and round end parameters, gives money based on the reason given by the coder ( or 0 if reason is out of time ) and of course grants and calculates mvp, and grants team score.

ErikMinekus commented 3 years ago

1340

eyal282 commented 3 years ago

1340

I did not understand his last answer. And how does his answer help achieve that goal?

Ilusion9 commented 3 years ago

There's a game_round_end entity in csgo. Maybe it can help you.

eyal282 commented 3 years ago

There's a game_round_end entity in csgo. Maybe it can help you.

Not one entity I tried worked. I don't 100% remember but native is a must.

dragokas commented 3 years ago

Would be helpful for other games like L4D as well.