View Single Post
  #1  
Old 04-09-2007, 10:39 PM
shadowjones shadowjones is offline
**** Scripter xD
Join Date: Apr 2007
Posts: 24
shadowjones is on a distinguished road
help with targeting system

As you can probably tell with the past few posts I've made, I blow at GScript, but, o-well I'll learn soon enough. I've was just curious as to how to make a targeting system. To obtain the target you could just click on them. It'd be nice to have it so that it would show this script:

Quote:
showtext 201,32,64,Arial,b,Health: #s(clientr.player_hp)/#s(clientr.player_maxhp);
showtext 202,32,80,Arial,b,Mana: #s(clientr.player_mp)/#s(clientr.player_maxmp);
showtext 203,32,96,Arial,b,Class: #s(clientr.player_type);
To show, but instead of it being the users clientr.*, it would be the targets instead.

Any help would be appriciated! ^_^
Reply With Quote