09.06.2017, 07:06
(
Last edited by Sew_Sumi; 09/06/2017 at 08:12 AM.
)
Quote:
|
And you can't just post the lines you need to match here? Or an example of what should be matched? Get to the point.
|
I'm wanting the pawno error messages regexed.
Code:
C:\Users\Fudge\Desktop\samp037_svr_R2-1-1_win32\filterscripts\errors.pwn(27) : warning 217: loose indentation
Code:
C:\Users\Fudge\Desktop\samp037_svr_R2-1-1_win32\gamemodes\LSTDM1.pwn(4760) : error 021: symbol already defined: "strtok"
Code:
C:\Users\Fudge\Desktop\samp037_svr_R2-1-1_win32\gamemodes\LSTDM1.pwn 4760 021 symbol already defined: "strtok"
Same with a warning line.
There will be others, but the basic file/line number/message is fine for the minute.
The filename in particular should also recognize \\LANMGR\Share\ as well as D:\SAMP\
Minus the braces of course around the line number.

