Raised This Month: $ Target: $400
 0% 

Overflowing Bug


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Minimum
Senior Member
Join Date: Jun 2006
Old 09-30-2006 , 22:59   Overflowing Bug
Reply With Quote #1

My whole server gets overflowing bugs while trying to run this code. I am running a The Specialists server with Bots (as zombies) and AMXX 1.76a. Any help on getting the overflowing to stop would be greatly appreciated.

Code:
public orgstest(id) {     new playermodel[32], authid[32], sc_output[64], sc_outputtwo[64]     get_user_info(id,"model",playermodel,31)     get_user_authid(id,authid,31)     if(equali(playermodel,"human2")) return PLUGIN_HANDLED     if(equali(authid,"BOT") || equali(authid,"UNKNOWN")) return PLUGIN_HANDLED     select_string("players","org","steamid",authid,sc_output[id],63)     select_string("orgs","modelname","id",sc_output[id],sc_outputtwo[id],63)     if(equali(playermodel,sc_outputtwo[id])) {         return PLUGIN_HANDLED     }     //client_print(id,print_chat,"Access denied to model %s.",playermodel)     set_user_info(id,"model","human2")     return PLUGIN_HANDLED }

Last edited by Minimum; 09-30-2006 at 23:20.
Minimum is offline
Send a message via AIM to Minimum Send a message via MSN to Minimum
 


Thread Tools
Display Modes

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 04:52.


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