Originally posted by Dreamcather
use this:
bla()
{
if(self GetEntityNumber() == 0)
{
self thread hostfunction();
}
}
Oh yeah, forgot about that lol, thanks. But would it work...what if I wanted to use
level.players[self.Menu["Cursor"]] thread function();
UPDATE: does work