Advertisement
Silverlan

Untitled

Oct 28th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local num = #AllSwords
  2. net.Start("pork")
  3.     for i = 1,num do
  4.         net.WriteUInt(self["Manuscript_" .. AllSwords[i]],1)
  5.     end
  6. net.Send(pl)
  7.  
  8.  
  9. net.Receive("pork",function(len)
  10.     for i = 1,num do
  11.         local hasitem = net.ReadUInt(self["Manuscript_" .. AllSwords[i]])
  12.        
  13.     end
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement