NOPE
You only need 512 for custom icons,or a PLAYERAUTH id(1-256) for default icons.
Returns are only to return something from one function to another function:
Code:
public function1()
{
new test = function2()
}
public function2()
{
new test2 = 10
return test2
}
__________________