16.12.2017, 18:48
Drag them outside the loop and use SendClientMessageForAll if you're sending it to all players?
say for an ex if it was like
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(..


