I'm stuck at this...totally
#5

Every time you create a dynamic dialog list, you must cache its contents, like (pseudocode):

Код:
foreach Textdraw
    format(string, "%s textdraw %i\n",string, textdrawid);
    Cache[playerid][i] = textdrawid;
    i++

OnThatDialogResponse
    DoSomethingWithTextDraw(Cache[playerid][listitem])
Try that
Reply


Messages In This Thread
I'm stuck at this...totally - by Zh3r0 - 17.10.2011, 21:03
Re: I'm stuck at this...totally - by DiDok - 17.10.2011, 21:17
Re: I'm stuck at this...totally - by JaTochNietDan - 17.10.2011, 21:27
Re: I'm stuck at this...totally - by Zh3r0 - 18.10.2011, 03:58
Re: I'm stuck at this...totally - by DiDok - 18.10.2011, 14:17

Forum Jump:


Users browsing this thread: 1 Guest(s)