Argument type mismatch
Hey friends, I made a plugin but the plugin throws an error.
How can I fix it? Code:
Error: Argument type mismatch (argument 1) on line 5PHP Code:
|
Re: Argument type mismatch
Remove the const from the 'name' parameter in client_connectex or add const to the 'name' parameter in is_blocked_name, both will work.
|
Re: Argument type mismatch
If I remove const from client_connectex, throws an error.
Code:
Error: Function heading differs from prototype on line 23 |
| All times are GMT -4. The time now is 12:34. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.