[Ajuda] Don_Speed vк aqui. Cont 26 ERROS
#1

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.
Reply
#2

Fechou as chaves corretamente?
Reply
#3

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 й.
Reply
#4

[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]

Reply
#5

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.
Reply
#6

Sem indentaзгo fica difнcil de ver se falta chaves
Reply
#7

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;
}
Reply
#8

Funcionou, fico muito agradecido.
Reply
#9

tou ca para isso
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)