View Single Post
  #13  
Old 04-10-2002, 04:10 AM
Gohan43331 Gohan43331 is offline
Registered User
Join Date: Jan 2002
Posts: 87
Gohan43331 is on a distinguished road
Send a message via AIM to Gohan43331
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]

Last edited by Gohan43331; 04-10-2002 at 04:49 AM..
Reply With Quote