Raised This Month: $ Target: $400
 0% 

Problem precaching + reading file.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
hlstriker
Green Gaben
Join Date: Mar 2006
Location: OH-IO!
Old 01-14-2007 , 23:57   Re: Problem precaching + reading file.
Reply With Quote #1

Thanks, can you also tell me if there is something wrong with this code below? I think it is crashing my server...

Code:
public client_connect(id) {     // Check to see the clients connection status     new connectCheckNum = 0;     while(connectCheckNum == 0) {         if(is_user_connecting(id) == 1) {             // Do nothing         } else if(is_user_connected(id) == 1) {             connectCheckNum = 1;         } else {             return PLUGIN_HANDLED;         }     }         client_print(0, print_chat, "A player just connected fully...");     // Do more below... }
hlstriker is offline
Reply



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 22:29.


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