View Single Post
PurposeLessx
Senior Member
Join Date: Jun 2017
Old 08-11-2019 , 14:47   Re: [INC] Reapi_Stocks
Reply With Quote #5

So funny (!)
I made this include from engine_stocks.inc.
My purpose is not creating reapi_util.inc.
__________________
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));
    }


Last edited by PurposeLessx; 08-11-2019 at 14:47.
PurposeLessx is offline