View Single Post
lingzhidiyu
Senior Member
Join Date: Mar 2014
Old 02-11-2015 , 21:04   Re: [TUT/Snippet] Doing timed stuff without CreateTimers
Reply With Quote #6

I want know how much performance cost in this code.

PHP Code:
PreThink(client)
{
    if (!
AllowThis1[client])
    {
        return;
    }
    if (!
AllowThis2[client])
    {
        return;
    }
        
//and more bool...........

lingzhidiyu is offline