[Ajuda] Abrir dialog com textdraw
#5

Quote:
Originally Posted by Cycle
Посмотреть сообщение
Um simples exemplo de como se fazer, й da forma abaixo que desenvolvi.
PHP код:
new Text:str;
public 
OnGameModeInit(){
    
str TextDrawCreate(00"0");
    
TextDrawSetSelectable(strtrue);
    return 
true;
}
public 
OnPlayerConnect(playerid){
    
TextDrawShowForPlayer(playeridstr);
    return 
true;
}
public 
OnPlayerClickTextDraw(playeridText:clickedid){
    if(
clickedid == str){
        
ShowPlayerDialog(playerid1001DIALOG_STYLE_MSGBOX"Insert""Insert""Ok""Exit");
    }
    return 
true;

Lembrando, isso foi desenvolvido para ser exposto globalmente. (All players)
Lembrando que, para que o jogador possa selecionar a textdraw, deve-se usar SelectTextDraw, em algum momento.
Reply


Messages In This Thread
Abrir dialog com textdraw - by Japis - 29.03.2018, 05:28
Re: Abrir dialog com textdraw - by SpikeCompiler - 29.03.2018, 11:25
Re: Abrir dialog com textdraw - by Japis - 29.03.2018, 14:40
Re: Abrir dialog com textdraw - by FerrariL - 29.03.2018, 17:43
Re: Abrir dialog com textdraw - by Locky_ - 29.03.2018, 18:07
Re: Abrir dialog com textdraw - by Japis - 29.03.2018, 18:07
Re: Abrir dialog com textdraw - by Japis - 30.03.2018, 03:20
Re: Abrir dialog com textdraw - by FerrariL - 30.03.2018, 03:23
Re: Abrir dialog com textdraw - by Japis - 30.03.2018, 03:26

Forum Jump:


Users browsing this thread: 2 Guest(s)