/newb Chat
#1

have any system of newb when i ask something or other players the questions send only to the helpers adn admins ? no to simple players "NORMAL" ?

Exist any script like this ?
Reply
#2

You can do sth like this:

PHP код:
//Then every player under level 3 gets this message
stock SendToNoobChat(color, const string[])
{
    for(new 
i=GetPlayerPoolSize()+1; --i!=-1;)
    {
        if(
GetPlayerScore(i) < 3SendClientMessage(i,color,string);
    }
    return 
1;

Reply
#3

replace with the cmd:newb ?
Reply
#4

Quote:
Originally Posted by Rafaeloo
Посмотреть сообщение
replace with the cmd:newb ?
No you can make:

PHP код:
CMD:newb(playeridparams[])
{
    return (
isnull(params)) ? SendClientMessage(playerid,-1,!"Please enter a Text.")  : SendToNoobChat(-1,params);

Reply
#5

thanks +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)