• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Głupie i szybkie pytanie

Nie ma innych pomysłów. Albo ją dodaj, albo znajdź silnik, który ją obsługuje, albo sam dodaj obsługę.
 
@Zombiexon:
AllowClones nie jest wartoscia bool, anyway false zrobi to samo xd.
Code:
if(!_player || name == "Account Manager" || [b][COLOR="red"]g_config.getNumber(ConfigManager::ALLOW_CLONES) > (int32_t)players.size()[/COLOR][/b])
 
Może sprawdź, jak to jest odczytywane z configu, jak wygląda funkcja która to odczytuje itd...

Co to za silnik...?

@Zombiexon:
AllowClones nie jest wartoscia bool, anyway false zrobi to samo xd.
Code:
if(!_player || name == "Account Manager" || [b][COLOR="red"]g_config.getNumber(ConfigManager::ALLOW_CLONES) > (int32_t)players.size()[/COLOR][/b])
 
Back
Top