Quote:
Originally Posted by AntiBots
You never call
PHP Code:
public NewRound(id)
I recomend the use of { }
|
Im used to { } but since this plugin was extremely short, I remove them.
I prefer a 10 - 30 lines plugin than the same in 100 lines.
Of course, if I have to make a > 100 lines plugins, I use { } in every case except in ifs like this
PHP Code:
if (1+1 == 2)
{
function1()
}
PHP Code:
if (1+1 == 2)
function1()
Thanks about the NewRound, dunno why, I thought it was part of amxmodx.inc.
Although, now I see its not called, I also see its unneeded