8guawong wrote:Ayuto please don't comment about my code looks ugly please![]()
Okay...

Syntax: Select all
def getplayercount():
# Returns number of players and bots
return len(tuple(PlayerIter()))
Syntax: Select all
def getplayercount():
# Returns number of players and bots
x = 0
for index in PlayerIter():
x += 1
return x
Syntax: Select all
def getplayercount():
# Returns number of players and bots
return len(PlayerIter())
Syntax: Select all
from flashfunsp.info import info
Syntax: Select all
from info import info