Jump to content
  • 0

SOMEONE PLEASE I WANT TO KNOW HOW TO LAUNCH THESE COMMANDS IN GG.ALERT


harygokil

Question

I have tried orders like this but failed

function PAID()
 gg.setVisible(false)
PD =  gg.alert("This Feature

╔═══════════════════╗
║                   yourname 
║                   ME NAME
║                OTHER NAME
║                   THANKS
╚═══════════════════╝")

if CR == 1 then HOME() end
end

[added 2 minutes later]
3 minutes ago, harygokil said:

I have tried orders like this but failed

function PAID()
 gg.setVisible(false)
PD =  gg.alert("This Feature

╔═══════════════════╗
║                   yourname 
║                   ME NAME
║                OTHER NAME
║                   THANKS
╚═══════════════════╝")

if CR == 1 then HOME() end
end

 

╔═══════════════════╗
║                   yourname 
║                   ME NAME
║                OTHER NAME
║                   THANKS
╚═══════════════════╝

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

I have tried orders like this but failed

function PAID()
 gg.setVisible(false)
PD =  gg.alert("This Feature

╔═══════════════════╗
║                   yourname 
║                   ME NAME
║                OTHER NAME
║                   THANKS
╚═══════════════════╝")

if CR == 1 then HOME() end
end

Link to comment
Share on other sites

16 minutes ago, harygokil said:

I have tried orders like this but failed

function PAID()
 gg.setVisible(false)
PD =  gg.alert("This Feature

╔═══════════════════╗
║                   yourname 
║                   ME NAME
║                OTHER NAME
║                   THANKS
╚═══════════════════╝")

if CR == 1 then HOME() end
end

gg.alert([[This Feature

╔═══════════════════╗
                   yourname 
                   ME NAME
                OTHER NAME
                   THANKS
╚═══════════════════╝]])

Strings can be defined using single quotes, double quotes, or double square brackets. 

Read on lua http://lua-users.org/wiki/StringsTutorial

You can read some of explanations and examples.

Link to comment
Share on other sites

7 hours ago, bukandewa said:

gg.alert([[This Feature

╔═══════════════════╗
                   yourname 
                   ME NAME
                OTHER NAME
                   THANKS
╚═══════════════════╝]])

Strings can be defined using single quotes, double quotes, or double square brackets. 

Read on lua http://lua-users.org/wiki/StringsTutorial

You can read some of explanations and examples.

thanks suhu

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.