04.11.2012, 16:22
Fui add.o sistema so que apareceu o erro
C:\Users\Marllon\Downloads\GameMode\Brasil The Friends2\Brasil The Friends\Brasil The Friends\gamemodes\real.pwn(6) : fatal error 100: cannot read from file: "SII"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
\\\\\\\\\\\\\Liinha Do Erro//////
oque eu faazu ajuda ae
C:\Users\Marllon\Downloads\GameMode\Brasil The Friends2\Brasil The Friends\Brasil The Friends\gamemodes\real.pwn(6) : fatal error 100: cannot read from file: "SII"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
\\\\\\\\\\\\\Liinha Do Erro//////
Код:
#include <a_samp>
#include <SII>
#define DIALOG_REGISTRO 2000
#define DIALOG_LOGAR 2001
#define BRANCO FFFFFF
#define VERMELHO F81414
#define VERDE 00FF22
#define AZUL CLARO 00CED1
enum pInfo
{
pSenha,
pScore,
pDinheiro,
pAdmin
}
new PlayerInfo[MAX_PLAYERS][pInfo];
new gPlayerName[15][10];
stock ObterINI(playerid)
{
new conta[64];
format(conta,30,"Contas/%s.ini",gPlayerName[playerid]);
return conta;

