View Single Post
Ricky
Senior Member
Join Date: Jul 2005
Old 09-30-2017 , 20:56   Re: Entity Resources Replacement[ V 1.4 ]
Reply With Quote #252

Tried using a fresh copy of 5138 and installed the proper includes. I still get the same compiling issue that wickedd doesn't seem to have. The plugin works with the error ignored but it's weird that I can't compile with the new native, or compile it using the original socket_change instead after editing the sma. I simply interchanged "socket_change" with "socket_is_readable" and back and still receive compile failed error for both.

When switched to new native.

Code:
c:\....entities_resources_replacement.sma(1): error 010: invalid function or declaration
c:\....entities_resources_replacement.sma(372); warning 233: symbol "socket_change" is marked as deprecated: Use socket_is_readable() instead

1. Error.
Could not locate output file c:\.... entities_resources_replacement.amx (compile failed).
When edited back to old native, socket_change.

Code:
c:\....entities_resources_replacement.sma(1): error 010: invalid function or declaration

1. Error.
Could not locate output file c:\.... entities_resources_replacement.amx (compile failed).
Ricky is offline