Skip to content

Merge Additions

PaxPlay requested to merge additions into master

Merge Additions

Some additions and fixes.

Todo:

  • Add chat messages.
  • Add translations.
  • Add readme.
  • Add more cvars for how many rounds to slay people.

I decided not to create a function for

if (HasPermission(client, sAdminFlags))
{
    gI_AdminsOnline++;
    gB_IsAdmin[client] = true;
}

since its only used 1 / 2 (second one is slightly different) times and it just increments one variable and sets a bool.

Edited by PaxPlay

Merge request reports