[Help] Plugin Error
What is the error, I can't fix it...
PHP Code:
PHP Code:
|
Re: [Help] Plugin Error
The error does not correspond to the code (line 46 has no code on it). The only thing that I see that is indexing anything is the "day" array and I find it hard to believe that you have 32 players on the server. However, you should declare "day" with 33 cells.
Attach the whole .sma file to your next post so that we can see where the error is actually occuring. Another thing that I notice is that you put a maxlength of 255 for the fgets() function but your buffer is only 128. You should set the third parameter of fgets() as "charsmax(bufferd)". |
Re: [Help] Plugin Error
This ? :(
.. PHP Code:
PHP Code:
|
Re: [Help] Plugin Error
We can't really help you until you attache your .sma file (unedited) so that we can see where the error is actually coming from.
As for the fgets() comment, please re-read my statement: Quote:
|
| All times are GMT -4. The time now is 21:17. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.