Raised This Month: $ Target: $400
 0% 

strange runtime errors with crash


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Belsebub
Senior Member
Join Date: Feb 2005
Location: Sweden
Old 05-08-2005 , 08:45   strange runtime errors with crash
Reply With Quote #1

i get some strange runtime errors with a crash on a plugin im working with
it crashes when i die if XtraSpawn is true and Respawnible is true

the error i get in the logs:

Code:
[AMXX]Run time error 3 (stack error) on line 249 (file "skills.sma"). [AMXX]Run time error 3 (stack error) on line 254 (file "skills.sma"). SZ_GetSpace: overflow on netchan->message

after the error it crashes with this message:

Code:
Fatal error - Dedicated server

SZ_GetSpace: overflow without FSB_ALLOWOVERFLOW set on Server Reliable Datagram
and here is the piece of code it crashes on:

Code:
public Event_DeathMsg() {     new victim = read_data(2)//Line 249     if (XtraSpawn[victim] == true && Respawnible[victim] == true) {         spawn(victim)         set_task(0.5,"spawnagain",victim)//Line 254         Respawnible[victim] = false     }     return PLUGIN_CONTINUE } public spawnagain(id) {     spawn(id)     return PLUGIN_CONTINUE }

if you need i can send the whole code
Belsebub is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:47.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode