Quote:
|
Originally Posted by capndurk
Quote:
|
Originally Posted by [ --<-@
Black Rose]
Code:
if ( ! is_user_bot ( id ) && ! is_user_hltv ( id ) ) {
// Your code here
}
|
Why is your first { next to the if statement, and not below it? Wouldn't it be easier code to read if it were below it?
|
Everyone has their different style of coding. It all depends on preference.