Thread: need help
View Single Post
  #1  
Old 09-11-2003, 09:37 PM
bashjgovers bashjgovers is offline
Registered User
Join Date: Aug 2003
Posts: 31
bashjgovers is on a distinguished road
need help

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?
Reply With Quote