Quote:
Originally posted by Spanko
Nah, the Weapon is only necesarry when you are calling to the serverside part of a weapon.
Otherwise if you want to call a weapon you'll just have to use callweapon.
|
Well, *TECHNICALLY* none of it's client-side (unless toweapons is cs, which i think it is) I wanted to see if i could do it without callweapon, since you can't use variables... :-/
[edit] (instead of a new post

)
Could this be done with p2p?
NPC Code:
this.dex=client.dex;
this.pplevel=client.pplevel;
with(players[testplayer(playerx,playery)]) {
dostuff;
}
It would be able to access those this.-vars from inside the with, since it isn't accessing a npc (with it's own this.-vars), right?
[/edit]