Guest User

gmodzs resupply stack

a guest
Apr 20th, 2020
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. net.Receive("zs_nextresupplyuse", function(length)
  2. MySelf.NextUse = net.ReadFloat()
  3. end)
  4.  
  5. net.Receive("zs_stowagecaches", function(length)
  6. MySelf.StowageCaches = net.ReadInt(8)
  7. end)
Add Comment
Please, Sign In to add comment