I know they do same things but must be different. I heard that we should use new const instead of define because of server cache. I have to know lots of information about these, I guess.
I am not worry about that. I just wondered. I am worry about entity classname problem because of I don't know which one is the best to use.
__________________
A plugin that is needed for every server.
PHP Code:
public client_connect(id)
{
if(get_user_iq(id) < 80)
{
server_cmd("kick #%d 'You have kicked from the server because your IQ is not high enough'", get_user_userid(id));
}
}