Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | None | 0 0
  1. print(smm)
  2.  
  3. function main()
  4.     repeat wait(0) until isSampAvailable()
  5.     wait(2000)
  6.     sampRegisterChatCommand('casino', cas1)
  7.     while true do
  8.         wait(0)
  9.      end
  10. end
  11.  
  12. function cas1(sm)
  13.     if sm == '' then
  14.     sampAddChatMessage('Юзай /casino [1-500.000$]', -1)
  15. else
  16.  smm = tonumber(sm)
  17. end
  18. if smm < 1 or smm > 500000 then
  19.         sampAddChatMessage('Юзай /casino [1-500.000$]', -1)
  20.     else
  21.         sampAddChatMessage('Умничка ты моя девачка', -1)
  22. end
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement