Raised This Month: $ Target: $400
 0% 

Console output error


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
BigWalnutZ
Junior Member
Join Date: Apr 2005
Old 04-20-2005 , 13:28   Console output error
Reply With Quote #1

Hey all, having a frustrating time with something extremely stupid. My console messages "server_print()" are not coming out right. They are not making a new line so the next command is on the same line as the last output. Easier to see that to type about:

Code:
] amx_whowas tom
[WHOIS] No Results for: 'tom'] amx_whowas mu
[WHOIS] No Results for: 'mu'] amx_whowas amd
[WHOIS] No Results for: 'amd'] amx_whowas tim
[WHOIS] No Results for: 'tim'] amx_whowa
What am I doing wrong or what needs to be changed?
Code:
  new iNumrows = dbi_num_rows(retval)   if (retval == RESULT_FAILED) {     dbi_error(mySql, error, 127)     log_amx("SQL Error: %L", error)     closeDatabase()     return PLUGIN_HANDLED   } else if (retval == RESULT_NONE) {     client_print(id, print_console, "[WHOIS] No Results for: '%s'", search)     closeDatabase()     return PLUGIN_HANDLED   }
I even tried:


Code:
    client_print(id, print_console, "[WHOIS] No Results for: '%s'^n", search)
__________________
I am 77% addicted to Counterstrike. What about you?
BigWalnutZ 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 10:01.


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