Jump to content

script [INC] Infobox


Albus Brambůrek

Recommended Posts

Ahoj, vytvořil jsem si pro sebe include tak vám ho chci ukázat je to includ pro infobox má tyto funkce:

 

InfoBoxInit(playerid);
InfoBoxExit(playerid);
ShowInfoBox(playerid,title,text,time);

 

Instalace:

 

Do onPlayerConnect dáte

 

InfoBoxInit(playerid);

 

Do OnPlayerDisconnect dáte

 

InfoBoxExit(playerid);

 

 

A potom můžete použít

 

ShowInfoBox(playerid,Title,Text,Time);

 

 

Příklad:

 

ShowInfoBox(playerid,"Warning","Vstoupil jsi do auta bez řidičského průkazu!",1000);

 

Čas je v milisekundách.

 

Screeen:

 

 

97sa_mp_005.png

 

 

  • Líbí se mi to! (+1) 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...