Thread: [Solved] Empty
View Single Post
Author Message
Culverton smith
Junior Member
Join Date: Apr 2021
Old 05-01-2021 , 16:40   Empty
Reply With Quote #1

Hello. How do I set a if for a return, that returns nothing? I do not mean 0. I mean empty. like:
Code:
get_user_info(id, name, "name", 32);
For example, if the player name is empty here, how can I set if?

like
Code:
if(player name is empty)
{
      // do player
}

Last edited by Culverton smith; 05-02-2021 at 03:09.
Culverton smith is offline