Error: "New message started when msg '23' has not been sent yet"
I tried to edit something in soccerjam, but when I score server breaks and get this error: "New message started when msg '23' has not been sent yet"
I found this topic, but there the player doesn't know where it comes error (https://forums.alliedmods.net/showth...67393)..well,I know where the error comes..this is the code: PHP Code:
|
Re: Error: "New message started when msg '23' has not been sent yet"
The problem should be, that get_user_team(id) may calling another messages when you haven't finished this (message_end()).
You should check value before message_begin, but looking at plugin logic, flameWave(myorig[3], team) "team" already should be what you need. So: write_short (explosion[get_user_team(id)]) -->> write_short (explosion[team]) But it's just a guess, because I see only a part of code. |
Re: Error: "New message started when msg '23' has not been sent yet"
@aaarnas...god bless you! It works now:D Thanks a lot...
|
| All times are GMT -4. The time now is 13:42. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.