Skip to main content
Tweeted twitter.com/StackGameDev/status/872152973601800193
deleted 50 characters in body; edited tags; edited title
Source Link
user1430
user1430

Need help with creating How can I create a stun gun. (Unreal Script) in Unreal?

I am fairly new to the programming world. I am currently at Collegecollege and one of the tasks I need to do is create a "stun gun" or "freeze gun"gun."

Basically, when you shoot a target (otheranother player) iI want it to stop them for 5five or so seconds,. The gun will do no damage to the player, just simply freezefreezes them. The player can be refrozen and/or continuously shot to remain frozen until the shootersshooter's ammo runs out. This may sound weird but its for a certain game-type i am making. 

If anyone can give me some help on what to call in certain classes, or even provide me with the basic code the will freeze the player for several seconds, illI'll be very thankful.

I know how to make a new weapon, and change fire-rates, etc... I am just stuck with what it is iI have to do to freeze a player using the projectile class, or pawn class?

Need help with creating a stun gun. (Unreal Script)

I am fairly new to the programming world. I am currently at College and one of the tasks I need to do is create a "stun gun" or "freeze gun". Basically when you shoot a target (other player) i want it to stop them for 5 or so seconds, The gun will do no damage to the player, just simply freeze them. The player can be refrozen and/or continuously shot to remain frozen until the shooters ammo runs out. This may sound weird but its for a certain game-type i am making. If anyone can give me some help on what to call in certain classes, or even provide me with the basic code the will freeze the player for several seconds, ill be very thankful.

I know how to make a new weapon, and change fire-rates etc... I am just stuck with what it is i have to do to freeze a player using the projectile class, or pawn class?

How can I create a stun gun in Unreal?

I am fairly new to the programming world. I am currently at college and one of the tasks I need to do is create a "stun gun" or "freeze gun."

Basically, when you shoot a target (another player) I want it to stop them for five or so seconds. The gun will do no damage to the player, just simply freezes them. The player can be refrozen and/or continuously shot to remain frozen until the shooter's ammo runs out. 

If anyone can give me some help on what to call in certain classes, or even provide me with the basic code the will freeze the player for several seconds, I'll be very thankful.

I know how to make a new weapon, and change fire-rates, etc... I am just stuck with what it is I have to do to freeze a player using the projectile class, or pawn class?

deleted 122 characters in body
Source Link
Kromster
  • 10.7k
  • 4
  • 54
  • 67

I am fairly new to the programming world. I am currently at College and one of the tasks I need to do is create a "stun gun" or "freeze gun". Basically when you shoot a target (other player) i want it to stop them for 5 or so seconds, The gun will do no damage to the player, just simply freeze them. The player can be refrozen and/or continuously shot to remain frozen until the shooters ammo runs out. This may sound weird but its for a certain game-type i am making. If anyone can give me some help on what to call in certain classes, or even provide me with the basic code the will freeze the player for several seconds, ill be very thankful.

I know how to make a new weapon, and change fire-rates etc... I am just stuck with what it is i have to do to freeze a player using the projectile class, or pawn class. I would super appreciate it! Sorry for blabbing on but i want to give as much information as i can!

Regards, Matthew?

I am fairly new to the programming world. I am currently at College and one of the tasks I need to do is create a "stun gun" or "freeze gun". Basically when you shoot a target (other player) i want it to stop them for 5 or so seconds, The gun will do no damage to the player, just simply freeze them. The player can be refrozen and/or continuously shot to remain frozen until the shooters ammo runs out. This may sound weird but its for a certain game-type i am making. If anyone can give me some help on what to call in certain classes, or even provide me with the basic code the will freeze the player for several seconds, ill be very thankful.

I know how to make a new weapon, and change fire-rates etc... I am just stuck with what it is i have to do to freeze a player using the projectile class, or pawn class. I would super appreciate it! Sorry for blabbing on but i want to give as much information as i can!

Regards, Matthew

I am fairly new to the programming world. I am currently at College and one of the tasks I need to do is create a "stun gun" or "freeze gun". Basically when you shoot a target (other player) i want it to stop them for 5 or so seconds, The gun will do no damage to the player, just simply freeze them. The player can be refrozen and/or continuously shot to remain frozen until the shooters ammo runs out. This may sound weird but its for a certain game-type i am making. If anyone can give me some help on what to call in certain classes, or even provide me with the basic code the will freeze the player for several seconds, ill be very thankful.

I know how to make a new weapon, and change fire-rates etc... I am just stuck with what it is i have to do to freeze a player using the projectile class, or pawn class?

edited tags
Link
Source Link
Loading