Question|How to SetTimerEx on the function showPlayerDialog?
#3

pawn Код:
forward DialogShowTimer(playerid, dialogid, dialogstyle, dialogcaption[], dialoginfo[], dialogbtn1[], dialogbtn2[]);
public DialogShowTimer(playerid, dialogid, dialogstyle, dialogcaption[], dialoginfo[], dialogbtn1[], dialogbtn2[])
{
    return ShowPlayerDialog(playerid, dialogid, dialogstyle, dialogcaption, dialoginfo, dialogbtn1, dialogbtn2);
}
However, I don't think you can pass strings with SetTimerEx*, so it may not be possible this way.

*IIRC it's a bug.
Reply


Messages In This Thread
Question|How to SetTimerEx on the function showPlayerDialog? - by KfirRP - 16.11.2011, 18:02
Re: Question|How to SetTimerEx on the function showPlayerDialog? - by AeroBlast - 16.11.2011, 18:07
Re: Question|How to SetTimerEx on the function showPlayerDialog? - by MP2 - 16.11.2011, 18:10
Re: Question|How to SetTimerEx on the function showPlayerDialog? - by KfirRP - 16.11.2011, 18:46
Re: Question|How to SetTimerEx on the function showPlayerDialog? - by MP2 - 16.11.2011, 19:30

Forum Jump:


Users browsing this thread: 1 Guest(s)