Thread: need help
View Single Post
  #5  
Old 09-11-2003, 10:24 PM
Knuckles Knuckles is offline
Registered User
Join Date: Sep 2002
Location: New York
Posts: 580
Knuckles is on a distinguished road
Send a message via AIM to Knuckles
Re: need help

Quote:
Originally posted by bashjgovers
who can help me....

im making some different arrows and they have differen actions..
i made it like this

if (playerenters) {
toweapons *arrow;
}
if (actionprojectile) {
///actions here
}

it works for 1 arrow but on this way i can only use 1 arrow


can someone help me to make it that u can use more arrows?
That wouldn't even work at all...
And do what dustey said, and read up on the following:

setshootparams params;
shoot x,y,z,angle,zangle,power,gani;
__________________
Knuckles
"They say 60% of the time, it works everytime!"
Reply With Quote