Thread: [Solved] Text file organization
View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 04-11-2020 , 13:18   Re: Text file organization
Reply With Quote #17

Ok cool, so keep that code, and replace this line

PHP Code:
else if ( !bDone && bInGroup && ( szBuffer] == '^n' ) ) 
to
PHP Code:
else if ( !bDone && bInGroup && ( szBuffer] == '^r' ) ) 
__________________
Bugsy is offline