View Single Post
Benito
Member
Join Date: Jul 2018
Location: Belgique - Belgium
Old 09-28-2021 , 11:56   Re: [CSGO] Need help with rewriting to new syntax
Reply With Quote #3

Quote:
Originally Posted by Nubbe View Post
So i rewrote everything and still got this error

maprate.sp(764) : error 017: undefined symbol "bool"
and the line of code
bool voluntary = bool ReadPackCell(data);

i cant seem to get my head around whats wrong
use it like
Quote:
bool voluntary = view_as<bool>(data.ReadCell());
__________________
Benito is offline