Help me
#4

i was having this problem just yesterday with randomly vehicles spawning in AIR and i have just 1 vehicle

you need to understand this one

PHP код:
forward PaintMessage(colorstring[]); 
public 
PaintMessage(colorstring[]) 

    for(new 
0MAX_PLAYERSi++) 
    { 
        if(
IsPlayerConnected(i)) 
        { 
            if(
InPaintball[i] == 1
            { 
                
SendClientMessage(icolorstring); 
            } 
        } 
    } 

You're telling hem I = 0 and he'll start from ZERO to ++ Times non stop, directly that's waht you're doing here SendClientMessage(i, color, string);

so as PowerPC603 says , use normal send client message instead of doing this.

Good luck
Reply


Messages In This Thread
Help me - by Edw - 30.12.2014, 17:27
Re: Help me - by Edw - 30.12.2014, 18:21
Re: Help me - by PowerPC603 - 30.12.2014, 18:26
Re : Help me - by MCZOFT - 30.12.2014, 18:31
Re: Help me - by Edw - 30.12.2014, 18:42
Re: Help me - by Cameltoe - 30.12.2014, 18:49
Re: Help me - by Edw - 30.12.2014, 19:01
Re: Help me - by Edw - 30.12.2014, 20:40
Re: Help me - by Cameltoe - 30.12.2014, 21:58

Forum Jump:


Users browsing this thread: 1 Guest(s)