[URGENTE] +rep ERRO dini
#21

Quote:
Originally Posted by RNT
Посмотреть сообщение
@duples post

Me ajuda steel
linhas
pawn Код:
2908   index = 0;
3509   cmd = strtok(cmdtext, idx);
3928   tmp = strtok(cmdtext, idx);
Jб coloquei o codigo no final do GM...
apaga essas tres linhas, e coloca no comeco de OnPlayerCommandText somente essas:
pawn Код:
new cmd[256],idx,tmp[256];
cmd = strtok(cmdtext,idx);
e tenta compilar pra ver se vai dar erro..
Reply
#22

@MelodySenpai
Eu fiz isso e fico com 1 erro sу !
pawn Код:
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2) : fatal error 100: cannot read from file: "dini"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
p que й ?
Reply
#23

Nossa to fazendo tudo e so da esse mesmo erro sempre !
pawn Код:
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2) : fatal error 100: cannot read from file: "dini"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Alguem sabe resolver esse erro ?
Reply
#24

Quote:
Originally Posted by RNT
Посмотреть сообщение
@MelodySenpai
Eu fiz isso e fico com 1 erro sу !
pawn Код:
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2) : fatal error 100: cannot read from file: "dini"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
p que й ?
e Na Linha 2 '-' ta Assim ?
pawn Код:
#include <Dini>
Se Tiver Coloca Assim
pawn Код:
#include <dini>
Ou Inverte Se Tiver d Minusculo Coloque Maiuscolo

@OFF Ja Tive o Mesmo Erro Assim Fis Isso e Funfo Tenta Ai
Reply
#25

nгo ta dini normal

viu sу !
Reply
#26

Coloque D Maiusculo em #incl.. <Dini>
Reply
#27

cara continua com mesmo erro ! o nome ta certo й putra coisa ! aff cara poxa ...
o poblema e que nao quer ler o arquivo DINI ... algo errado , pra ler o dini presisa tar no GM e em PAWNO/inlcude ? ou presisa mais de alguma coisa ?
Reply
#28

Na pasta Dini estб com 'D' maiъsculo.

No GM Dini estб com 'd' minъsculo.
Reply
#29

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Na pasta Dini estб com 'D' maiъsculo.

No GM Dini estб com 'd' minъsculo.
Viniborn o Meu Estб Igual ao Dele e No Meu Compila No Dele Nao
Reply
#30

eu acho que vc estб usando algum compilador de alguma pasta que nгo tem essa include.

faz assim:

vai em iniciar e Pesquisar, e digita: pawncc e da enter.

apaga todos que encontrar.

depois vai em iniciar > pesquisar e digita: include

apaga todos que encontrar

depois baixa esses arquivos q coloquei nos attached files

extrai na area de trabalho,

copia seu GM, FS, e pluguins para esta nova pasta que vc acabou de extrair, e tenta compilar.
Reply
#31

sim Viniborn
e da o seguinte erro !
pawn Код:
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(16) : warning 201: redefinition of constant/macro (symbol "MAX_CHECKPOINTS")
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(380) : warning 201: redefinition of constant/macro (symbol "cpinfo")
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(381) : error 021: symbol already defined: "cpX"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(387) : error 021: symbol already defined: "CPSERVICE_active"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(388) : error 021: symbol already defined: "Checkpoints"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(389) : error 021: symbol already defined: "UsedCPSlot"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(390) : error 021: symbol already defined: "CPSERVICE_actualcp"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2895) : error 017: undefined symbol "strtok"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2896) : error 017: undefined symbol "strtok"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2897) : error 017: undefined symbol "strtok"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2898) : error 017: undefined symbol "strtok"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2899) : error 017: undefined symbol "strtok"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2900) : error 017: undefined symbol "strtok"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2901) : error 017: undefined symbol "strtok"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2909) : error 017: undefined symbol "strtok"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2910) : error 017: undefined symbol "strtok"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2911) : error 017: undefined symbol "strtok"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2894) : warning 204: symbol is assigned a value that is never used: "index"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2948) : error 017: undefined symbol "PlayerName"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2960) : error 017: undefined symbol "ResetPlayerGrana"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2991) : error 017: undefined symbol "PlayerName"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(2999) : error 017: undefined symbol "PlayerName"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(3111) : error 017: undefined symbol "function218"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(3170) : error 017: undefined symbol "GetPlayerGrana"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(3196) : error 017: undefined symbol "GetName"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(3204) : error 017: undefined symbol "GetName"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(3280) : error 004: function "Logarprof" is not implemented
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(3417) : error 017: undefined symbol "PlayerName"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(3426) : error 017: undefined symbol "PlayerName"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.
Reply
#32

@duple post
Serб que alguen sabe qual o meu poblema ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)