- Данный инклуд, позволяет выводить сообщение в виде окна, либо предупреждение.
- Лекго изменяемый скрипт.
- Легко настроить высоту ширину и т.д
- Окно выводится в виде TextDrawe.
Code
/*
This function shows the message box for the specified player.
You can also set the sound which will be played upon popup.
*/
ShowPlayerMessageBox( playerid, title[], content[], sound = 0, timeout = DEFAULT_TIMEOUT )
/*
This function instantly hides the messagebox.
*/
HidePlayerMessageBox( playerid )
/*
Updates the current active messagebox.
It also can reset the timeout with a new one if the last param is specified.
*/
UpdatePlayerMessageBox( playerid, title[] = "", content[] = "", timeout = 0 )
[cut noguest=Скрин.][/cut]
Код на пастебин.