Loop problem: sending message
#4

Quote:
Originally Posted by None1337
Посмотреть сообщение
There are a loot of messages, how should I do that?
Drag them outside the loop and use SendClientMessageForAll if you're sending it to all players?
say for an ex if it was like
PHP код:
for( new...) 
{
    
//code
    
SendClientMessage(...
    }
//drag that send client message outside so it'd be
for(new..
{
    
//code
    
}
SendClientMessage(.. 
Reply


Messages In This Thread
Loop problem: sending message - by None1337 - 16.12.2017, 16:19
Re: Loop problem: sending message - by Bolex_ - 16.12.2017, 16:54
Re: Loop problem: sending message - by None1337 - 16.12.2017, 17:05
Re: Loop problem: sending message - by RogueDrifter - 16.12.2017, 18:48
Re: Loop problem: sending message - by None1337 - 16.12.2017, 18:55
Re: Loop problem: sending message - by RogueDrifter - 16.12.2017, 19:09
Re: Loop problem: sending message - by None1337 - 16.12.2017, 20:00
Re: Loop problem: sending message - by Sew_Sumi - 16.12.2017, 20:14

Forum Jump:


Users browsing this thread: 1 Guest(s)