View Single Post
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 06-09-2015 , 05:26   Re: [INC] Multi Colors - 2.0.0
Reply With Quote #10

Updated to Version 2.0.0
  • Include requires now sourcemod 1.7 and is fully compatible with
Quote:
#pragma newdecls required



If you have this error:
Quote:
addons/sourcemod/scripting/include/regex.inc(175) : error 147: new-style declarations are required
Change this line (175) in your regex.inc:
Quote:
public Extension:__ext_regex =
to this:
Quote:
public Extension __ext_regex =
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.

Last edited by Bara; 06-09-2015 at 05:37.
Bara is offline