03.07.2018, 10:46
Quote:
You can create a loop for example something like this:
PHP код:
|
Код:
#define MAXINDEX 5 stock PhoneShowSystem(playerid, index, string[]) { for(new d = 0;d<MAXINDEX;d++) { index = d; PlayerTextDrawSetString(playerid, PhoneList1[index][playerid], string); PlayerTextDrawShow(playerid, PhoneList1[index][playerid]); } return 1; }