rule(“Rule 1”)
{
event
{
Ongoing - Global;
}
actions
{
Small Message(All Players(All Teams), Custom String("message"));
Loop;
}
}
Server crashed.
It will always crash without a wait function
rule(“Rule 1”)
{
event
{
Ongoing - Global;
}
actions
{
Small Message(All Players(All Teams), Custom String("message"));
Loop;
}
}
Server crashed.
It will always crash without a wait function