Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- concommand.Add('propsdata', function()
- for _, p in ipairs(ents.FindByClass 'prop_physics') do
- print '{'
- print(' pos = Vector(' .. p:GetPos().x .. ', ' .. p:GetPos().y .. ', ' .. p:GetPos().z .. '),')
- print(' ang = Angle(' .. p:GetAngles().x .. ', ' .. p:GetAngles().y .. ', ' .. p:GetAngles().z .. '),')
- print(' mdl = ' .. p:GetModel())
- print '},'
- end
- end)
- print 'LOADED PROPS DATA GRABBER BY BIZZY LMAOOOOOXD FAT COCK FOR U SHRIMPS'
Add Comment
Please, Sign In to add comment