Rovinag12

Бесконечная стамина StalkerRP - urf.im

May 4th, 2020
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. hook.Add("Think", "infstamina", function()
  2.     if ( LocalPlayer():GetStamina() ) < ( LocalPlayer():GetMaxStamina() ) then
  3.         LocalPlayer():TakeStamina(-1000)
  4.     end
  5. end)
Add Comment
Please, Sign In to add comment