I keep getting this error when I try to include SRL/SRL.scar, please help me.
Failed when compiling
Line 81: [Error] (539:1): Unknown identifier 'BoolToStr' in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Users.scar![]()
BTW, i did copy the plugins to the plugin folder, if that helps any =P
I know it has something to do with not having the BoolToStr function defined in the SRL/SRL/core/users.scar file (the one about logging in and out)
SCAR Code:WriteFileString(charsfile, 'active' + IntToStr(f) + '=' +
BoolToStr(players[f].active) + Chr(13)); //----------THIS LINE
if (FormOption[0]) then



Reply With Quote

