Don_Speed vк aqui. Cont 26 ERROS -
ZaturN - 31.12.2013
Funcionou, mas eu acho que o erro nгo й o comando, porque quando eu peguei aquele que vocк me passou nгo deu erro porque eu tinha desativado isto:
pawn Код:
if (PlayerToPoint(10.0, i, 2203.1601, -2252.2939, 13.2739)){
GameTextForPlayer(i,"~b~Area ~n~~y~De ~n~~g~Carregamento ~n~~p~/pegarcarga",3000,4);
AreaDeCarga[i] = 1;
} else {
if(AreaDeCarga[i] == 1){
AreaDeCarga[i] = 0;
Mas agora que ativei o erro voltou.
Re: Don_Speed vк aqui. Cont 26 ERROS -
ProKillerpa - 31.12.2013
Fechou as chaves corretamente?
Re: Don_Speed vк aqui. Cont 26 ERROS -
ZaturN - 31.12.2013
Sim, o erro й esse porque o Don_Speed arrumo o comando pra mim, ai quando coloquei eu desativei este codigo ai em cima e funfo, mas quando ativei voltou os erros, mas nгo sei o que й.
Re: Don_Speed vк aqui. Cont 26 ERROS -
Don_Speed - 31.12.2013
[I]
Quote:
Originally Posted by ZaturN
Funcionou, mas eu acho que o erro nгo й o comando, porque quando eu peguei aquele que vocк me passou nгo deu erro porque eu tinha desativado isto:
pawn Код:
if (PlayerToPoint(10.0, i, 2203.1601, -2252.2939, 13.2739)){ GameTextForPlayer(i,"~b~Area ~n~~y~De ~n~~g~Carregamento ~n~~p~/pegarcarga",3000,4); AreaDeCarga[i] = 1; } else { if(AreaDeCarga[i] == 1){ AreaDeCarga[i] = 0;
Mas agora que ativei o erro voltou.
|
Se o codigo e so esse falta uma chave
pawn Код:
if (PlayerToPoint(10.0, i, 2203.1601, -2252.2939, 13.2739)){
GameTextForPlayer(i,"~b~Area ~n~~y~De ~n~~g~Carregamento ~n~~p~/pegarcarga",3000,4);
AreaDeCarga[i] = 1;
} else {
if(AreaDeCarga[i] == 1){
AreaDeCarga[i] = 0;
}[/i]
Re: Don_Speed vк aqui. Cont 26 ERROS -
ZaturN - 31.12.2013
Serб que nгo deve ser isto ? ou algo parecido.
pawn Код:
strtok(const string[], &index)
{
new length = strlen(string);
while ((index < length) && (string[index] <= ' '))
{
index++;
}
new offset = index;
new result[20];
while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = string[index];
index++;
}
result[index - offset] = EOS;
return result;
}
Porque um dia deu 26 erros no meu, e o cara me passou isto e resolveu.
Re: Don_Speed vк aqui. Cont 26 ERROS -
bruxo00 - 31.12.2013
Sem indentaзгo fica difнcil de ver se falta chaves
Re: Don_Speed vк aqui. Cont 26 ERROS -
unamed - 31.12.2013
pawn Код:
if (PlayerToPoint(10.0, i, 2203.1601, -2252.2939, 13.2739))
{
GameTextForPlayer(i,"~b~Area ~n~~y~De ~n~~g~Carregamento ~n~~p~/pegarcarga",3000,4);
AreaDeCarga[i] = 1;
}
else
{
if(AreaDeCarga[i] == 1)
AreaDeCarga[i] = 0;
}
Re: Don_Speed vк aqui. Cont 26 ERROS -
ZaturN - 31.12.2013
Funcionou, fico muito agradecido.
Re: Don_Speed vк aqui. Cont 26 ERROS -
unamed - 01.01.2014
tou ca para isso