• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Window to send some text ??

Nyro17

New Member
Joined
Feb 6, 2020
Messages
10
Reaction score
1
Hello guys, i was thinking about windows exit when you try to force exit tibia, is there any way to make that a window with a message... for example:
"hey! u arent vip"
or something when a player tries to access vip zone?
I know that this code belong to movements

IMPORTANT:

I DONT want that you make something related with vip, code to check vip status or similar or tp player if not vip or yes!!!!!!!!!!!!!!!.


**I just want to know how can i do that window message :D

Im working in a 8.0. (The forgotten serv 1.2).

Thanks :D

Best answer : +REP
Screenshot_1.png
 
your best(and maybe only) choice is:

player:popupFYI(message)
It didnt work :(
Post automatically merged:

Solved:
id_item= change it to a item id WHICH CAN BE USE TO WRITE... EX: LABEL, LETTER...
doShowTextDialog(cid,id_item,"blah blah blah")
 
Last edited:
Back
Top