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;