[Tutorial] [Tutorial] Simple Group Chat
#10

Quote:
Originally Posted by CaptainBoi
View Post
well he said group chat but he is showing tutorial to make /adminchat lol
stock is not needed!

You can do that:

PHP Code:
AdminMessage(color, const string[])
{
    for(new 
0GetPlayerPoolSize(); <= ji++)
    {
        if(
PlayerInfo[i][pAdmin] < 1) continue;
        
SendClientMessage(icolorstring);
    }
    return 
1;

stock just hides warnings if the function is not being used thats why includes use stock otherwise i dont see any reason using stock
Reply


Messages In This Thread
[Tutorial] Simple Group Chat - by Ciandlah - 02.09.2018, 10:21
Re: [Tutorial] Simple Group Chat - by Calisthenics - 02.09.2018, 10:42
Re: [Tutorial] Simple Group Chat - by Ciandlah - 02.09.2018, 11:49
Re: [Tutorial] Simple Group Chat - by Eoussama - 02.09.2018, 12:22
Re: [Tutorial] Simple Group Chat - by RogueDrifter - 02.09.2018, 14:33
Re: [Tutorial] Simple Group Chat - by CaptainBoi - 02.09.2018, 14:35
Re: [Tutorial] Simple Group Chat - by Eoussama - 02.09.2018, 14:38
Re: [Tutorial] Simple Group Chat - by CaptainBoi - 02.09.2018, 14:54
Re: [Tutorial] Simple Group Chat - by Eoussama - 02.09.2018, 15:05
Re: [Tutorial] Simple Group Chat - by Lokii - 02.09.2018, 15:32

Forum Jump:


Users browsing this thread: 2 Guest(s)