80s Kid Posted May 21 I Need Help Fixing It, And The Weapons Change Where You Are Looking https://drive.google.com/file/d/1gOoW-HKNGtRRkh7HxXahRrl3PCIah9J3/view?usp=sharing 0 Quote Share this post Link to post
0 NinthBurn Posted May 21 First of all, as somebody already mentioned, if you write those commas, you must also pass the arguments! A_CUSTOMBULLETATTACK (0, 0, 1, 15, "A_SAW", 0, 0, AAPTR_TARGET, , , ) should be A_CUSTOMBULLETATTACK (0, 0, 1, 15, "A_SAW", 0, 0, AAPTR_TARGET) Secondly, your usage of A_CustomMeleeAttack & A_CustomBulletAttack is wrong; these functions are meant for monsters. If you want to make player weapons, use A_CustomPunch & A_FireBullets instead. Here's a conversion from A_CustomBulletAttack to A_FireBullets A_FireBullets(0, 0, 1, 15, "A_SAW") 0 Quote Share this post Link to post
0 kalensar Posted May 21 You used the wrong bracket type. This is the correct type of bracket 0 Quote Share this post Link to post
0 80s Kid Posted May 21 (edited) 15 minutes ago, kalensar said: You used the wrong bracket type. This is the correct type of bracket I used that before but I got an error that's why I changed it but I'll try it again :) Edited May 21 by 80s Kid Lack of information 0 Quote Share this post Link to post
0 80s Kid Posted May 21 @kalensar I Updated it but it gives me this error now 0 Quote Share this post Link to post
0 Kappes Buur Posted May 21 1 hour ago, 80s Kid said: I Updated it but it gives me this error now Either enter some values or deleted the comas 0 Quote Share this post Link to post
Question
80s Kid
I Need Help Fixing It, And The Weapons Change Where You Are Looking
https://drive.google.com/file/d/1gOoW-HKNGtRRkh7HxXahRrl3PCIah9J3/view?usp=sharing
Share this post
Link to post
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.