Loop problem: sending message
#5

Quote:
Originally Posted by RogueDrifter
Посмотреть сообщение
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(.. 
I only send the message to the two mafia groups.
In this way, I should define, aprox. I think 5-6 new strings.
Is not there another way?
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)