Chat Help
#1

Is there a way to disable chat, or mute all player when they connect ? and if he tries to use the regular chat it will say "use /ooc or /r"
Reply
#2

You should read instead of spamming our forum with useless crap thread's ..

https://sampwiki.blast.hk/ Read about the Callbacks and around them, Good luck.
Reply
#3

pawn Код:
public OnPlayerText(playerid, text[])
{
    return 1;
}

but what's the code to disable it ?
Reply
#4

Return false instead of true.

pawn Код:
return 1; // positive
return 0; // false
Reply
#5

Quote:
Originally Posted by marinov
Посмотреть сообщение
pawn Код:
public OnPlayerText(playerid, text[])
{
    return 1;
}

but what's the code to disable it ?
Make a variable. If the varible == 1. then make the return 1; to return 0;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)