Post: very quick question...
07-03-2012, 06:41 PM #1
Kearney158
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Is
    level.players[0]
the host?

Could I say
    level.players[0] thread hostfunction();
??


UPDATE:
I've another question also, thought I'd add it in here rather than start a new thread....
Can someone explain
    vstr
to me. thanks
(adsbygoogle = window.adsbygoogle || []).push({});
07-03-2012, 07:12 PM #2
Dreamcather
Call me Eddie Winky Winky
use this:

    
bla()
{
if(self GetEntityNumber() == 0)
{
self thread hostfunction();
}
}

The following user thanked Dreamcather for this useful post:

Kearney158
07-03-2012, 07:35 PM #3
Kearney158
Bounty hunter
Originally posted by Dreamcather View Post
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

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo