niccosaint

ncCORE 1.0 (Skript)

Nov 24th, 2014
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.80 KB | None | 0 0
  1. # =================
  2. # ncCORE by niccosaint
  3. # Zakazane:
  4. # - Usuwanie tresci o autorze!                
  5. # - Udostepnaniu skryptu innym!              
  6. # - Podszywanie sie pod autora!              
  7. # - Uzywanie kodu skryptu w swoich skryptach!
  8. # - Zarabianie na skrypcie!
  9. # - Dodawanie wlasnego kodu
  10. # =================
  11. variables:
  12.     {nccore.working.thirst} = false
  13.     {nccore.working.blood} = false
  14.     {nccore.hits.%player%} = 0
  15.     {nccore.blood.%player%} = 60000
  16.     {nccore.thirst.%player%} = 100
  17.    
  18. on load:
  19.     send "&b&l[&encCORE&b&l] &aWlaczony!" to console
  20.     wait 3 seconds
  21.     send "&b&l[&encCORE&b&l] &aWlaczone moduly:" to console
  22.     send "&4Krew: %{nccore.working.blood}%" to console
  23.     send "&3Pragnienie: %{nccore.working.thirst}%" to console
  24. on unload:
  25.     send "&b&l[&encCORE&b&l] &4Wylaczony!" to console
Advertisement
Add Comment
Please, Sign In to add comment