[Ajuda] Problema ao compilar GM Play Hard
#1

Bom eu sei que tem muita gente com esse problema pelo que eu vi no post, cara eu sou muito fг do trabalho do vini com esse GM, jogava nele antes de ter fechado. Vamos voltar para o assunto que em teresa
estou com esses erros ao tentar compilar o Gm:
PHP код:
C:\Users\testes\Desktop\Play Hard\pawno\include\VBan.inc(43) : error 037invalid string (possibly non-terminated string)
C:\Users\testes\Desktop\Play Hard\pawno\include\VBan.inc(43) : warning 215expression has no effect
C
:\Users\testes\Desktop\Play Hard\pawno\include\VBan.inc(43) : error 001expected token";"but found "-identifier-"
C:\Users\testes\Desktop\Play Hard\pawno\include\VBan.inc(43) : error 017undefined symbol "VBan"
C:\Users\testes\Desktop\Play Hard\pawno\include\VBan.inc(43) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

GM: https://sampforum.blast.hk/showthread.php?tid=490961
Jб tentei de tudo alguйm pode ajudar REP ++
Reply
#2

erro na linha 43 da include VBan.inc, se mandar a linha quem sabe podemos ajuda-lo.
Reply
#3

Vou te ensinar a resolver qualquer erro, pega o texto do erro ou uma parte dele, por exemplo:
expected token: ";"
Outro exemplo:
error 017: undefined symbol

Dai vocк pesquisa esses erros no ****** e coloca um "SAMP" no final, iria ficar assim:
expected token: ";" SAMP
e assim:
undefined symbol SAMP

Ainda ta com preguiзa?Aqui vai entгo: ._.
Expected token
Undefined symbol

Ainda nгo resolveu?
Com certeza esse link vai resolver. Certeza.
Reply
#4

Quote:
Originally Posted by DogeMan
Посмотреть сообщение
Vou te ensinar a resolver qualquer erro, pega o texto do erro ou uma parte dele, por exemplo:
expected token: ";"
Outro exemplo:
error 017: undefined symbol

Dai vocк pesquisa esses erros no ****** e coloca um "SAMP" no final, iria ficar assim:
expected token: ";" SAMP
e assim:
undefined symbol SAMP

Ainda ta com preguiзa?Aqui vai entгo: ._.
Expected token
Undefined symbol
'----------------------------'
Reply
#5

Quote:
Originally Posted by RiqueP
Посмотреть сообщение
erro na linha 43 da include VBan.inc, se mandar a linha quem sabe podemos ajuda-lo.
cуdigo todo
PHP код:
stock VBanID(playerid,giveid,motivo[])
{
    
format(NICKBAN,20,VBanPlayer(giveid));
    if(
playerid > -1)
    {
        
format(Vstring,128,"'- VBan -' O jogador %s foi banido por %s. Motivo: 
%s"
,VBanPlayer(giveid),VBanPlayer(playerid),motivo);
        
SendClientMessageToAll(CorBan,Vstring);
        
GetPlayerIp(giveidVIPsizeof(VIP));
        
format(Vnewban,32,BanDir,VIP);
        
DOF2_CreateFile(Vnewban);
        
VBanSaveInfo(playerid,Vnewban,motivo,false);
        
format(Vnewban,32,BanDir,VBanPlayer(giveid));
        
DOF2_CreateFile(Vnewban);
        
VBanSaveInfo(playerid,Vnewban,motivo,false);
    } 
linha (43)
PHP код:
        format(Vstring,128,"'- VBan -' O jogador %s foi banido por %s. Motivo: 
Reply
#6

Ta na cara o erro '- Vocк nгo terminou a frase quando terminar coloca " ); "



#edit

pawn Код:
stock VBanID(playerid, giveid, motivo[])
{
    format(NICKBAN, 20, VBanPlayer(giveid));
    if(playerid > -1)
    {
        format(Vstring,128,"'- VBan -' O jogador %s foi banido por %s. Motivo:%s", VBanPlayer(giveid), VBanPlayer(playerid), motivo);
        SendClientMessageToAll(CorBan, Vstring);
        GetPlayerIp(giveid, VIP, sizeof(VIP));
        format(Vnewban, 32, BanDir, VIP);
        DOF2_CreateFile(Vnewban);
        VBanSaveInfo(playerid, Vnewban, motivo, false);
        format(Vnewban, 32, BanDir, VBanPlayer(giveid));
        DOF2_CreateFile(Vnewban);
        VBanSaveInfo(playerid, Vnewban, motivo, false);
    }
Eu acho que assim estб certo
Reply
#7

O erro й na include VBan.inc ...
Reply
#8

vlws ae agora que fui ver kkk
Reply
#9

puts lб vem dor de cabeзa :/
Quote:

C:\Users\testes\Desktop\Play Hard\gamemodes\bph.pwn(3890) : warning 235: public function lacks forward declaration (symbol "OnPlayerGeoIP")
C:\Users\testes\Desktop\Play Hard\gamemodes\bph.pwn(11232) : error 017: undefined symbol "ConfigFile"
C:\Users\testes\Desktop\Play Hard\gamemodes\bph.pwn(11240) : error 017: undefined symbol "ConfigFile"
C:\Users\testes\Desktop\Play Hard\gamemodes\bph.pwn(11483) : warning 202: number of arguments does not match definition
C:\Users\testes\Desktop\Play Hard\gamemodes\bph.pwn(15263) : error 017: undefined symbol "ConfigFile"
C:\Users\testes\Desktop\Play Hard\gamemodes\bph.pwn(15264) : error 017: undefined symbol "ConfigFile"
C:\Users\testes\Desktop\Play Hard\gamemodes\bph.pwn(15973) : error 017: undefined symbol "ConfigFile"
C:\Users\testes\Desktop\Play Hard\gamemodes\bph.pwn(15974) : error 017: undefined symbol "ConfigFile"
C:\Users\testes\Desktop\Play Hard\gamemodes\bph.pwn(16443) : error 017: undefined symbol "GetPlayerGeoIP"
C:\Users\testes\Desktop\Play Hard\gamemodes\bph.pwn(40530) : error 017: undefined symbol "ConfigFile"
C:\Users\testes\Desktop\Play Hard\gamemodes\bph.pwn(4057 : error 017: undefined symbol "ConfigFile"
C:\Users\testes\Desktop\Play Hard\gamemodes\bph.pwn(47696) : warning 216: nested comment
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


9 Errors.

Reply
#10

Agora й no prуprio GM,teria que postar as linhas neh '---'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)