View Single Post
  #1  
Old 07-11-2012, 09:32 PM
Fatel Fatel is offline
Worlds Connected Dev
Join Date: Jun 2012
Posts: 18
Fatel is an unknown quantity at this point
i dont understand why this wont work, help

need help /:
PHP Code:
//#CLIENTSIDE
function onWeaponFired(){
if(
clientr.spellevel >= 10){
player.hearts player.fullhearts;
setani("lift",NULL);
}

Reply With Quote