Raised This Month: $ Target: $400
 0% 

Server crash with loop


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
jasondoyle
Member
Join Date: Dec 2009
Old 05-10-2012 , 09:11   Re: Server crash with loop
#5

Quote:
Originally Posted by Diegorkable View Post
It's better if you register a forward. think that each loop is occuring at every possible milisecond (I dont really know the times but it's very fast), so this is killing the server's CPU, making it crash. A forward will be called with a delay. Try to find the right forward to call that and make sure that if player agreed that his settings will be saved, it will be kept in a boolean array (true:agreed, false:did not agree).
I tried to user a "for" loop and it almost works, it is only changing the command when the trigger an event(spawn, take damage etc).

PHP Code:
public ClientCommands(id){
    new 
y;
    if(
is_user_alive(id)){ 
        
y=1;
        }else{
        
y=0;
    }
    for (
y=1y==1y+-){
        
client_cmd(id"ex_interp ^"0.01^"0.01");
        
client_print(idprint_chat"Your ex_interp has been changed to 0.01");
    }
    return 
PLUGIN_HANDLED;

I would like to try use a forword but I have no idea how, could you link me to a tutorial or anything?
jasondoyle 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 00:22.


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