AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Event (https://forums.alliedmods.net/showthread.php?t=317381)

SoulSteel 07-10-2019 06:13

Event
 
what is the hookevent for round start?

stephen473 07-10-2019 08:10

Re: Event
 
add it to OnPluginStart(), or somewhere else
PHP Code:

HookEvent("round_start"Event_RoundStart); 

Event_RoundStart is callback for event.
PHP Code:

public void Event_RoundStart(Event event, const char[] namebool dB) {
 
// some code here




All times are GMT -4. The time now is 01:19.

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