22.10.2018, 15:03
(
Последний раз редактировалось playstores; 22.10.2018 в 16:07.
)
I created a Dynamic Actor
CreateDynamicActor(24, 764.9443,-23.0935,1000.5859,272.5362, false, 100.0, -1, 6, playerid, 15.0, -1, 0);
I wan't that this Actor is killable
> I tried
>To set
CreateDynamicActor(24, 764.9443,-23.0935,1000.5859,272.5362, false, 100.0, -1, 6, playerid, 15.0, -1, 0);
to
CreateDynamicActor(24, 764.9443,-23.0935,1000.5859,272.5362, false, 100.0, -1, 6, -1, 15.0, -1, 0);
> Set Actor HP to 0
> I tried on not Dynamic Actor
> I did a SCM if the Actor is Invulnerable > works in case of not dynamic actor but can't be killed too after setting
SetDynamicActorInvulnerable>false
I am using that for Actor Functions
https://sampforum.blast.hk/showthread.php?tid=604223
CreateDynamicActor(24, 764.9443,-23.0935,1000.5859,272.5362, false, 100.0, -1, 6, playerid, 15.0, -1, 0);
I wan't that this Actor is killable
> I tried
>To set
CreateDynamicActor(24, 764.9443,-23.0935,1000.5859,272.5362, false, 100.0, -1, 6, playerid, 15.0, -1, 0);
to
CreateDynamicActor(24, 764.9443,-23.0935,1000.5859,272.5362, false, 100.0, -1, 6, -1, 15.0, -1, 0);
> Set Actor HP to 0
> I tried on not Dynamic Actor
> I did a SCM if the Actor is Invulnerable > works in case of not dynamic actor but can't be killed too after setting
SetDynamicActorInvulnerable>false
I am using that for Actor Functions
https://sampforum.blast.hk/showthread.php?tid=604223