antiblock
diamwall
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
TaipanServiços

Bug Source

2 posts in this topic

antiblock
Elveron

Não é um bug.

Esqueceste-te de declarar as variáveis.

___

 

 

 

config.h adiciona isto:


extern int gSpecialShout;
extern int MasterGhostChat;
extern int MasterColorEmpire;
extern int MasterLevelChat;
extern int PlayerColorEmpire;
extern int PlayerLevelChat;

config.cpp adiciona isto:

int gSpecialShout = 0;
int MasterGhostChat = 0;
int MasterColorEmpire = 0;
int MasterLevelChat = 0;
int PlayerColorEmpire = 0;
int PlayerLevelChat = 0;

Share this post


Link to post
Share on other sites
Sign in to follow this