| ParticleSystem logic problem. Hey im having a logic problem (everything's fine and there's an error although)
in this script:
default
{
state_entry()
{
llParticleSystem([
PSYS_SRC_PATTERN,PSYS_SRC_PATTERN_ANGLE,
PSYS_SRC_TEXTURE,"*****",
PSYS_SRC_BURST_RATE,10
]);
}
}
(i puted a good texture i just "sensored" it)
and its not happenin to me with only that, also with the max age and more stuff, can anybody tell me the problem? i need it for tomorrow and its very important. thanks in advanced
edit:
i found the problem. i used integer instead of float
Last edited by DeViLiTe; 08-26-2008 at 10:34 PM..
|