Hi. Can someone explain to me what is the difference between those two functions:
PHP Code:
new Float:array[3]
PHP Code:
new bool:array[3]
Those functions are intended for saving information. But what is the difference between Float and Bool? How is a plugin that uses Bool different than a plugin that uses Float?