25.01.2013, 14:00
Quote:
I think you should let them login and then, under you Login(playerid) function, do the necessary after checking if Banned == 1. (ShowPlayerDialog, kick)
|
Is it possible to add a function to the "OnPlayerText" returning a value to prevent them from chatting then ? like "if(loggedin(playerid) = 1) return 1;" ?