The Dark Side
Former Staff Member
- Messages
- 1,004
- Reaction score
- 770
- Points
- 993
I have mine as
Should this be "thread overflowfix();", "level thread overflowfix();", or should i leave it as "overflowfix();"?
This is xTUL's overflow fix. Does it matter which way you call it? Which is the most stable and safe way?
(I know noob question, im just curious. )
Code:
if(self isHost() && level.isFirstSpawn == true;
{
level.isFirstSpawn = false;
overflowfix();
}
Should this be "thread overflowfix();", "level thread overflowfix();", or should i leave it as "overflowfix();"?
This is xTUL's overflow fix. Does it matter which way you call it? Which is the most stable and safe way?
(I know noob question, im just curious. )