View Single Post
Author Message
enderandrew
Senior Member
Join Date: Jun 2020
Old 07-15-2020 , 18:29   warning 237: coercing functions to and from primitives is unsupported and will be rem
Reply With Quote #1

Code:

https://pastebin.com/N0c4NeFu

Produces three warnings:

Code:
SourcePawn Compiler 1.10.0.6490
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

sodstats\natives.sp(56) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
sodstats\natives.sp(121) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
sodstats\natives.sp(174) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
I understand why this is problematic, but I don't know the best way to fix this.
enderandrew is offline