Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

Class System Template


  • Please log in to reply
7 replies to this topic

#1
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts
class "Vayne"
 
function Vayne:__init()
  self.Menu = MenuConfig("Vayne", "Vayne Class Loaded")
  self.Menu:Boolean("DrawQ", "Draw Q Range", true)
  Callback.Add("Tick",function() self:Tick() end)
  Callback.Add("Draw",function() self:Draw() end)
end
 
function Vayne:Tick()
  print("The Vayne Class is Loaded (This will spam your chat)")
end

function Vayne:Draw()
  if self.Menu.Draw:Value() then
    DrawCircle(GetOrigin(myHero), 880, 2, 20, ARGB(255,255,255,255))
  end
end
 
if not _G[GetObjectName(myHero)] then PrintChat(" "..GetObjectName(myHero).." Is Not Supported !") return end -- return if we don't have a class for our current champ
_G[GetObjectName(myHero)]() -- initialise the class for our champ to load vars/callbacks etc..

  • 2

#2
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts
(Y)
  • 0

#3
szczurekPROS

szczurekPROS

    GOD

  • Local Support
  • 224 posts
  • LocationSzczawnica

Thanks <3


  • 0

#4
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

Updated.


  • 0

#5
ButterSmooth

ButterSmooth

    Advanced Member

  • Members
  • 710 posts
Got me to challenjour 5/7 Kappa
  • 0

#6
Hanndel

Hanndel

    datebest.net - visit website and win smartphone!

  • Contributor
  • 604 posts
  • Locationhttps://t.me/pump_upp

probably zyppy still not get it Kappa


  • 0

#7
Zypppy

Zypppy

    Ex Global Support

  • Contributor
  • 1,817 posts

Day 500 Zypppy still dont get it Kappa


  • 0

#8
Cloud

Cloud

    KAPPA

  • Ex-Staff
  • PipPipPip
  • 1,498 posts

Day 500 Zypppy still dont get it Kappa

whos this Zypppy you speak of? :huh:


  • 0




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users