Posts: 591
Threads: 70
Joined: Jun 2009
Reputation:
0
How to disable chatting for non-registered players in my server ?
Posts: 230
Threads: 95
Joined: Jun 2011
Reputation:
0
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