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?