Thread: is it true?
View Single Post
Author Message
mrmiki
Junior Member
Join Date: Mar 2021
Old 05-19-2021 , 20:48   is it true?
Reply With Quote #1

hi i need a help


HTML Code:
	if(time == 0)
	{
         //command
	}

	else if(time > 0)
	{
        //command
	}
there is no error while compiling but i dont if it works
mrmiki is offline