Advertisement
N1E7R4V

Untitled

Jul 20th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. for i = 0, MAX_PLAYERS - 1 do
  2.         --Listing
  3.         Player[i].lists_count=0;
  4.         Player[i].lists={};
  5.         for j=0, 500 do
  6.             Player[i].lists[j]={};
  7.             Player[i].lists[j].text="NULL";
  8.             Player[i].lists[j].author="NULL";
  9.             Player[i].lists[j].enabled_mark=0;
  10.             Player[i].lists[j].mark_untouched=0;
  11.             end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement