22.03.2014, 00:10
Nгo tenho linha зarga, pois jб verifiquei isso.
Jб resolvi alguns erros restame estes:
Jб resolvi alguns erros restame estes:
Код:
error 075: input line too long (after substitutions) error 038: extra characters on line error 075: input line too long (after substitutions) error 010: invalid function or declaration
pawn Код:
public Atualizar()
{
new H, M, S;
gettime(H, M, S);
if(H >= 01 && H <= 24)
{
if(M == 00)
{
if(S == 00)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
format(String, sizeof(String), "~b~ Sгo ~r~%d ~b~Horas e ~r~%d ~b~Minutos \n ~r~HORA DO PAYDAY!", H, M);
GameTextForAll(String, 1500, 6);
Exp[i]+= 3;
if(TExp[i] == Exp[i] || TExp[i] < Exp[i])
{
Nivel[i]++;
TExp[i] = Nivel[i]*6;
SExp[i] = TExp[i] - Exp[i];
Exp[i] = SExp[i];
format(String, sizeof(String), "|| INFO || Parabйns, subiste para nivel %d", Nivel[i]);
SendClientMessage(i, COLOR_BLUE, String);
SalvarConta(i);
}
}
}
}
}
return 1;
}