Quote:
Originally Posted by BrGabrielBr
Coloquei й nгo foi, acho que possa ser o inicio do meu gamemode nй?
PHP код:
//~~> Includes
#include <a_samp>
#include <Pawn.CMD>
#include <DOF2>
#include <sscanf2>
//~~> Definiзхes
#define PASTA_CONTAS "Contas/%s.ini"
//
#define TAG_ERRO "[ERRO]:{FFFFFF}"
#define TAG_INFO "[INFO]:{FFFFFF}"
#define TAG_AVISO "[AVISO]:{FFFFFF}"
#define TAG_USOCORRETO "[USO CORRETO]:{FFFFFF}"
#define TAG_SYSTEM "<System>{FFFFFF}"
//
#define SCM \
SendClientMessage
//~~> Cores
#define COLOR_RED (0xDF0101FF)
#define COLOR_WHITE (0xFFFFFFFF)
#define COLOR_GREY (0xA4A4A4FF)
#define COLOR_BLUE (0x0040FFFF)
#define COLOR_BLUELEVE (0x58D3F7AA)
#define COLOR_YELLOW (0xF7FE2EFF)
#define COLOR_PRINCIPAL (0xF5F6CEAA)
#define COLOR_GREEN (0x04B431FF)
//~~> Dialogs
#define DIALOG_REGISTER (1)
#define DIALOG_LOGIN (2)
|
Colocou na OnPlayerRequestClass ou na OnPlayerConnect? Se nao printar em nenhuma das 2 vocк terб de analisar seu cуdigo denovo, pode ser erro em alguma condicional.