View Single Post
Sarrus
Member
Join Date: May 2020
Location: France
Old 09-27-2021 , 16:01   Re: [CSGO] Need help with rewriting to new syntax
Reply With Quote #2

Code:
bool voluntary = ReadPackCell(data);
You already specify the type of voluntary with the first bool. You don't need (and can't) define the type of the output of ReadPackCell with the second bool.
__________________
Discord Coding Server | Steam Profile | Community Website | Github Profile

Taking paid requests (add me on Discord)
Sarrus is offline