View Single Post
Smatify
Senior Member
Join Date: Nov 2012
Location: Where ever you want
Old 05-19-2013 , 14:01   Re: Too Much Frags
Reply With Quote #4

Quote:
Originally Posted by Kia View Post
Use case and switch instead of multiple if-statements.

PHP Code:
{
            return 
true
        

->

PHP Code:
          return true 
For one line you can use TAB instead of using brackets.

PHP Code:
new user_name[33
Do that in the function, not in global as you use it only there.

In stock is_user_overlimit(id)
PHP Code:
 return PLUGIN_CONTINUE 
->
PHP Code:
 return PLUGIN_HANDLED 
Updated first post

Changelog:
Code:
Version 1.0.1
       • Updating the Code
Quote:
Originally Posted by PoLiCe View Post
This Is New.
gj man
Thanks
Smatify is offline