Questlib.lua
Code:
messagebox = function ( text )
local str , cnt = string . gsub ( text , "" , "|" )
cmdchat ( "Message Box" , str )
end - function
Code:
"MessageBox" : self . __MessageBox ,Code:
def __MessageBox ( self , text ) :
self . PopupMessage ( text . Replace ( "|" , "" ) )
Code:
messagebox ( "This is a test message" )![[Tutorial] Cum sa adaugi popup in Client - Mesaj 1 - Imagine 1 [Tutorial] Cum sa adaugi popup in Client - Mesaj 1 - Imagine 1](https://i.imgur.com/Otx9PW6.png)

