Cant Use Chat
#7

PHP код:
    if(strcmp(text[0],"@",false,1) == 0)
    {
        
text[0] = 25//removes '@' from text. (replaces with space)
        
format(text,256"** |Admin Chat| %s:%s **"IsPlayerName(playerid),text); 
        for(new 
0GetPlayerPoolSize(); <= ji++)
        {
            if(
Account[i][Admin] >= && IsPlayerConnected(i))
            {
                
SendClientMessage(i0x0AFFC9FFtext);
            }
        }
        
format(text,256,""); // clears formatting of 'text' (it's importat for later callback, otherwise players texts will be messed-up)
        
return 0// to prevent default text from sending.
    

Reply


Messages In This Thread
Cant Use Chat - by AfiqIqbal - 07.04.2018, 18:56
Re: Cant Use Chat - by ForCop - 07.04.2018, 19:23
Re: Cant Use Chat - by AfiqIqbal - 07.04.2018, 19:32
Re: Cant Use Chat - by ForCop - 07.04.2018, 19:39
Re: Cant Use Chat - by AdamsLT - 07.04.2018, 20:03
Re: Cant Use Chat - by AfiqIqbal - 08.04.2018, 03:23
Re: Cant Use Chat - by Mugala - 08.04.2018, 03:34
Re: Cant Use Chat - by Threshold - 08.04.2018, 03:41
Re: Cant Use Chat - by AfiqIqbal - 08.04.2018, 03:44
Re: Cant Use Chat - by Mugala - 08.04.2018, 03:50

Forum Jump:


Users browsing this thread: 1 Guest(s)