23.07.2009, 07:41
Hi,
I'm having a little problem. This:
in a one second thread, causes a crash in about 5 mins.
I tested the exact same thing, without those lines, and it runs much longer, it didn't crash at all.
Anyone know why that causes a crash?
Thanks in advance
PS: i was looking for a object streamer, to see how it was implemented in there, but i couldn't find any.
I'm having a little problem. This:
Code:
float x, y ,z; PawnCommand(&GetPlayerPos,p,&x,&y,&z);
I tested the exact same thing, without those lines, and it runs much longer, it didn't crash at all.
Anyone know why that causes a crash?
Thanks in advance
PS: i was looking for a object streamer, to see how it was implemented in there, but i couldn't find any.