You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#include <sourcemod>
#include <multi1v1>
#include <cstrike>
public void OnPluginStart()
{
HookEvent("round_start", Event_OnRoundStart);
}
public void Event_OnRoundStart(Handle event, const char[] name, bool dontBroadcast)
{
for (new i = 1; i <= MaxClients; i++)
{
if(IsClientInGame(i) && !IsFakeClient(i))
{
PrintCenterText(i, " Hello ;-; " "Multi1v1_GetCurrentRoundType();
}
}
}
so i am not so good at coding and all , maybe cuz i am too young for it '='
so i just wanted a plugin which just tell which round is being played in their arena
but its not working out can you just tell me whats wrong
or maybe merge it
The text was updated successfully, but these errors were encountered:
so i am not so good at coding and all , maybe cuz i am too young for it '='
so i just wanted a plugin which just tell which round is being played in their arena
but its not working out can you just tell me whats wrong
or maybe merge it
The text was updated successfully, but these errors were encountered: