Raised This Month: $ Target: $400
 0% 

AutoRespawn plugin... Not working...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
smarttart62
Junior Member
Join Date: Jun 2006
Location: Connecticut, USA
Old 06-30-2006 , 15:57   Re: AutoRespawn plugin... Not working...
Reply With Quote #6

Hey thanks so much.
Sorry, im just quite new at this so i havent got it all down yet .

EDIT: Ugh now it crashes:
Code:
#include <amxmodx> #include <amxmisc> #include <fun> #define PLUGIN "AutoSpawn" #define VERSION "1.0" #define AUTHOR "Smarttart62" public plugin_init(){     register_plugin(PLUGIN, VERSION, AUTHOR);     register_cvar("amx_autospawn","1");     register_event("DeathMsg","spawnMe","a"); } public spawnMe(){     if (get_cvar_num("amx_autospawn")!=1){         return PLUGIN_HANDLED;     }         new player;     player=read_data(2);     spawn(player);     set_task(0.5,"respawn",player);     return PLUGIN_CONTINUE; } public respawn(id){     spawn(id); }

ERROR: SZ_GetSpace: overflow without FSB_ALLOWOVERFLOW set on Server Reliable Datagram.
-Steve

Last edited by smarttart62; 06-30-2006 at 16:03.
smarttart62 is offline
Send a message via AIM to smarttart62 Send a message via MSN to smarttart62 Send a message via Skype™ to smarttart62
 



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 08:01.


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