Failed compiling 'NightVision.cs':
1. Argument 1: cannot convert from 'Network.NetWrite' to 'BufferStream' [CS1503]
(NightVision 58 line 93)
Fails to compile after May 2025 update
NightVision - Failed to compile: Argument 1: cannot convert from 'Network.NetWrite' to 'BufferStream' | Line: 93, Pos: 58
Same here
update please @clearshot
Can't survive without :p
DanBosS
Can't survive without :p
for my players....
Change line 93 from
saveInfo.msg.ToProto(write);
to
saveInfo.msg.WriteToStream(write);
Change line 93 from:
saveInfo.msg.ToProto(write);to:
saveInfo.msg.ToProto(write.stream); Thanks @Therily
Thanks, it's working. @Therily
@Therily thanks friend, this helped me
harikasın
agamemnon
Change line 93 from:
saveInfo.msg.ToProto(write);to:
saveInfo.msg.ToProto(write.stream);
harikasın