View Single Post
  #2  
Old 05-25-2010, 03:38 AM
Jiroxys7 Jiroxys7 is offline
Hazard to Graal
Jiroxys7's Avatar
Join Date: Apr 2009
Posts: 343
Jiroxys7 will become famous soon enough
Quote:
Originally Posted by Tolnaftate2004 View Post
PHP Code:
this.damagebase "client.stats_" client.weapon_damagebase;
player.chat makevar(this.damagebase); 
okay, in my attributes, i have client.weapon_damagebase=strength
also, in my attributes, client.stats_strength currently equals 190

my script, of course contains
PHP Code:
this.damagebase "client.stats_" client.weapon_damagebase
using player.chat = makevar(this.damagebase); set my chat text to "client.weapon_damagebase" when its supposed to say "190". i also just tried using player.chat = (@ this. damagebase); and got the exact same result. all of this is being done clientside. but i dont think anything needs to go through the serverside, so i dont think that could be the problem. What else might I be doing wrong?

edit: hold on, it seems that someone broke my server and now nothing's updating >:0
__________________
MY POSTS ARE PRONE TO EDITS!

Last edited by Jiroxys7; 05-25-2010 at 04:15 AM..
Reply With Quote