View Single Post
  #8  
Old 06-16-2001, 07:03 AM
TB3 TB3 is offline
Registered User
TB3's Avatar
Join Date: May 2001
Location: US of A State of VA
Posts: 658
TB3 is on a distinguished road
Send a message via Yahoo to TB3
Ummmm okay sure.....

Due to the fact that the bomy uses freezeplayer in its script im pretty sure there is another script that calls it to freeze its gani and movement but you will have to ask stefan but this below would work if you were a bomy and had the freeze flag or variable set.

if (playertouchsme&&!isweapon&&!hasweapon(Bomy Bow)&&strequals(client.race,bomy)) {tobomyweapons Bomy Bow;}

if (bomyweaponfired&&playerdarts>0) {
playerdarts-=1;
setani bomy_shot,bownameifitsinparams;
freezeplayer2;//You will need to find out the bomy freeze variable for this part
shotarrow playerdir; //Umm you can use this but i make my own arrays for stuff like this ... more custom.
}
__________________

To the sun of your age, I arise

Last edited by TB3; 06-16-2001 at 07:05 AM..
Reply With Quote