#1

How to disable chatting for non-registered players in my server ?
Reply
#2

Depends the script, but I may give you the thought:

PS: put it on the OnPlayerText callback

Код:
if(PlayerNotRegistered[playerid] == true) return 0;
Reply
#3

if you are using GodFather gamemode there is one (fuction or i dont know how to say) gPlayerLogged

and you'll make
if(gPlayerLogged == 0)
{
SendClientMessage..."You can't speak... BLA BLA"
}

IF you are not using godfather search for similar funciton
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)