View Single Post
Depresie
Veteran Member
Join Date: Nov 2013
Old 10-05-2016 , 14:02   Re: [Editor] Sublime AMXX-Editor v2.1
Reply With Quote #55

Try to compile something like this
PHP Code:

public function()
{
      if(
function3() == 1
      { 
            
// code here
      
}
}

function3()
{
       return 
5

__________________

Last edited by Depresie; 10-05-2016 at 14:02.
Depresie is offline