Jump to content

2 Screenshots

About This File

NEW !! :

1 I've added a function or what ever you call it that's detect if the user got No Results ( Used For searches and prompt search)

2 i added multiple prompt search

--------------------------------------------------------------------

Hi The Script Has 

checkbox

Multi choise

prompt

alert with options

text copier

group search with different Types

search and edit 

multi prompt

if the user got no results (prompt search)

if the user got no results (normal search) 


What's New in Version 1.5   See changelog

Released

MULTI PROMPT

detect if the user got no results how to and how to set up with searches and prompt search

 Share


User Feedback

Recommended Comments

I got a question is it legal to do something like "bool = !bool" instead of doing "bool = true or false" in lua?

Link to comment
Share on other sites

@F0zG0d 

bool = true or false

is equal to

bool = true

and therefore is redundant.

You can use 

bool = not bool

to invert boolean value.

Link to comment
Share on other sites

oh okay thx I wasnt sure if it was like C# or not in c# you can do bool = !bool to invert the bool value but i wasnt sure if I could do the same in lua.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.