25.11.2017, 13:46
Yes I'm sure and this also happens on third actor since I'm only using this for three of them.
This is how i created them:
They're spawned and all that but callback is not being called at all :S
Is it possible that a plugin or something is blocking the function ?
Since I've started recieving
-
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
and
[sampgdk:error] Too many callback arguments (at most 32 allowed)
But that went away with pragma dynamic, and I'm sure that the script is not the problem since it's optimized.
This is how i created them:
pawn Код:
// creating them
new cityActor;
cityActor = CreateActor(163,1495.4327,-1786.7675,13.5349,36.4921);
SetActorInvulnerable(cityActor, false);
Is it possible that a plugin or something is blocking the function ?
Since I've started recieving
-
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
and
[sampgdk:error] Too many callback arguments (at most 32 allowed)
But that went away with pragma dynamic, and I'm sure that the script is not the problem since it's optimized.