View Single Post
  #12  
Old 09-07-2010, 06:38 AM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
Quote:
Originally Posted by Jiroxys7 View Post
well actually, BuffSystem is a class joined to a mod system weapon. (the buff system class is headed with BuffSystem = this; in it's onCreated())

and the function addbuff is, of course, a public function. and @ cubical, i thought if you joined a class to a player, you can only call player functions? (which apparently arent custom-named functions and therefore wouldnt work, right?)
PHP Code:
player.join("blah");
player.addBuff("demonize"); 
Reply With Quote