03.02.2014, 23:38
CreatePlayerExplosion
CreateExplosion - is bugged if you use virtual worlds for players
CreateExplosion - is bugged if you use virtual worlds for players
CreatePlayerExplosion
CreateExplosion - is bugged if you use virtual worlds for players |
Important Note: Explosions are shown to all players, in all interiors and virtual worlds. There is currently no getting around this. |
Important Note: Explosions are shown to all players, in all interiors and virtual worlds. There is currently no getting around this. |
It's quite easy to make player-only explosions.
CreatePlayerObject for the visual effect. PlayerPlaySound(?) for the explosion sound. SetPlayerVelocity for blowing them away. GetPlayerDistanceFromPoint + SetPlayerHealth for damage. But yeah, it'd be nice if it was native. Must be pretty easy to do. |