AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Spawning airblast (https://forums.alliedmods.net/showthread.php?t=293236)

KaidemonLP 01-26-2017 09:54

Spawning airblast
 
So i know that you can spawn a rocket like this
ShootProjectile(client, vPosition, vAngles, "tf_projectile_rocket", 1100.0, 90.0);
but how do i spawn airblast?

Pelipoika 01-26-2017 10:00

Re: Spawning airblast
 
ShootAirblast(client, vPosition, vAngles, "air", 1100.0, 90.0);

KaidemonLP 01-26-2017 10:42

Re: Spawning airblast
 
Quote:

Originally Posted by Pelipoika (Post 2490054)
ShootAirblast(client, vPosition, vAngles, "air", 1100.0, 90.0);

When i try it out it says Attempted to create unknown entity type air

Rachnus 01-26-2017 11:54

Re: Spawning airblast
 
Whats going on here http://pix.iemoji.com/images/emoji/a...nking-face.png

KaidemonLP 01-26-2017 11:58

Re: Spawning airblast
 
Quote:

Originally Posted by Rachnus (Post 2490081)

Well im trying to change a plugin that adds some attributes
One of the attributes is that when you fire it shoots rockets i want to change that to spawn airblast insteaad of rockets


All times are GMT -4. The time now is 03:56.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.