public plugin_init() { new Float:myvar if(tagof myvar == tagof Float) server_print("is float") else server_print("not float") }