Advertisement
j311yf1sh

logon1, map print out

Sep 17th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <Logon1> for i=1,100000 do
  2. <Logon1> local mapName = GetMapNameByID(i)
  3. <Logon1> if(mapName) then
  4. <Logon1> print(tostring(mapName));
  5. <Logon1> end
  6. <Logon1> end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement