AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   [ReAPI] Round Terminator (Wrapper) (https://forums.alliedmods.net/showthread.php?t=340389)

Hedgehog Fog 11-15-2022 12:32

[ReAPI] Round Terminator (Wrapper)
 
10 Attachment(s)
Simple wrappers of Round Terminator and Timer Controller for ReAPI.
You can use it to run mods based on these APIs on your ReGameDLL server, for example Trouble in Terrorist Town or Murder.

I made it for my server a long time ago and decided to share because I saw that members were asked for these wrappers in chats.

Original Round Terminator: https://forums.alliedmods.net/showthread.php?p=1122356
Original Timer Controller: https://forums.alliedmods.net/showthread.php?p=2119563

Do NOT download the compiled version! You should compile it yourself!

Th3822 11-15-2022 12:35

Re: [ReAPI] Round Terminator (Wrapper)
 
this will help lots of people trying to run old mods...
btw, can you add infinity round too?

Hedgehog Fog 11-15-2022 12:37

Re: [ReAPI] Round Terminator (Wrapper)
 
Quote:

Originally Posted by Th3822 (Post 2792871)
this will help lots of people trying to run old mods...
btw, can you add infinity round too?

You can use "mp_round_infinite" cvar on ReGameDLL

deprale 11-27-2022 22:57

Re: [ReAPI] Round Terminator (Wrapper)
 
Can't people just use endround t endround ct in a server_cmd call?
Or am I misunderstanding the purpose of this release?

WaLkMaN 01-03-2023 15:53

Re: [ReAPI] Round Terminator (Wrapper)
 
There are mistakes.

PHP Code:

            get_member_gamem_iRoundWinStatus0   );
            
get_member_gamem_iRoundTimeSecs 0   );
            
get_member_gamem_fRoundStartTime    0.0 ); 

:arrow:

PHP Code:

            set_member_gamem_iRoundWinStatus0   );
            
set_member_gamem_iRoundTimeSecs 0   );
            
set_member_gamem_fRoundStartTime0.0 ); 


Hedgehog Fog 01-03-2023 16:05

Re: [ReAPI] Round Terminator (Wrapper)
 
Quote:

Originally Posted by WaLkMaN (Post 2796451)
There are mistakes.

Thanks, fixed!

tepegoz 06-16-2023 09:35

Re: [ReAPI] Round Terminator (Wrapper)
 
thank you

killer999 01-31-2024 09:23

Re: [ReAPI] Round Terminator (Wrapper)
 
hey author can i get the reapi.inc ??

mlibre 01-31-2024 17:49

Re: [ReAPI] Round Terminator (Wrapper)
 
Quote:

Originally Posted by killer999 (Post 2817056)
hey author can i get the reapi.inc ??

here

killer999 02-01-2024 12:44

Re: [ReAPI] Round Terminator (Wrapper)
 
1 Attachment(s)
Quote:

Originally Posted by mlibre (Post 2817079)

i am getting few warnings while compiling the plugin


All times are GMT -4. The time now is 06:58.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.