20.06.2018, 13:28
Код:
forward yournameofthetimer(); public yournameofthetimer() { for(new playerid = 0; playerid < MAX_PLAYERS; playerid++) { new string[30]; format(string, sizeof(string), "%5d", pInfo[playerid][pXP]); PlayerTextDrawSetString(playerid, textdrawhere, string); } return 1; }