SetPlayerSpecialAction not working correct
#5

Code is wrong.
Inputtext is empty. Listitem only must be used.
Look:
Код:
text  listitem
0   0
1   1
2   2
3   3
4   4
5   5
6   6
7   7
8   8
10  9
11   10
12   11
13   12
20   13
21   14
22   15
23   16
24   17
25   18
Create array with number and get elements through listitem.

PHP код:
new actions[] = {0,1,2,3,4,5,6,7,8,10,11,12,13,20,21,22,23,24,25};
//
SetPlayerSpecialAction(playeridactions[listitem]); 
And inputtext only avaliable in DIALOG_STYLE_INPUT and DIAlOG_STYLE_PASSWORD
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)