View Single Post
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 01-24-2021 , 15:29   Re: Message to appear only after first round not after warmup
Reply With Quote #2

PHP Code:


public OnRoundStart(Handle:event, const String:name[], bool:dontBroadcast)
{
    if (
GameRules_GetProp("m_bWarmupPeriod")) return;

    
CreateTimer(3.0LeaderAnnounceTimer);

__________________
Ilusion9 is offline