Quote:
Originally Posted by Tolnaftate2004
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