[AJUDA] Erro ao Compilar. . .
#1

Код:
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 017: undefined symbol "MAX_STRING"
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 009: invalid array size (negative, zero or out of bounds)
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 036: empty statement
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : fatal error 107: too many error messages on one line
Reply
#2

Quote:
Originally Posted by Rakun
Код:
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 017: undefined symbol "MAX_STRING"
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 009: invalid array size (negative, zero or out of bounds)
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 036: empty statement
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : fatal error 107: too many error messages on one line

Baixe O Incluide Novamente E tente copilar......
Reply
#3

Quote:
Originally Posted by Rakun
Код:
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 017: undefined symbol "MAX_STRING"
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 009: invalid array size (negative, zero or out of bounds)
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 036: empty statement
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : fatal error 107: too many error messages on one line
Nгo existe MAX_STRING. '-'
Reply
#4

Baixei o dudb denovo e deu o mesmo problema =/
Reply
#5

Й o server Hatycone RPG... estб com esse problema
Jб baixei o mesmo include e deu o mesmo problema =/
Algueem ai ajuuda. . . PLLLLIIIIX
Reply
#6

O Hatycone RPG utiliza um dudb modificado.

Estгo aqui os includes que eu utilizo com o Hatycone RPG.

Reply
#7

Quote:
Originally Posted by Rakun
Й o server Hatycone RPG... estб com esse problema
Jб baixei o mesmo include e deu o mesmo problema =/
Algueem ai ajuuda. . . PLLLLIIIIX
Se a include nгo funcionar tenta mudar de MAX_STRING para 256
Reply
#8

Os includes funcionaram! Obrigado

Vou usar o Topico pra mais uma duvida:

Tipo assim eu coloquei no Hatycone o sistema de emprego :
EX: /taxista , /entregador....

Assim: OnplayerCommandtext

Код:
if(!strcmp(cmdtext,"/taxista",true))
if(GetPlayerScore(playerid) >= 2)
{
SendClientMessage(playerid, COLOR_TAXISTA, "Voce agora й um Taxistal");
SetPlayerColor(playerid, COLOR_TAXISTA);
PlayerPlaySound(playerid,MUSIC_OFF,2418.3506,1123.9360,10.8203);
GivePlayerWeapon(playerid,5,0);
GivePlayerWeapon(playerid,31,1000);
GivePlayerWeapon(playerid,25,100);
}
else //<<<--- Apуs
{
SendClientMessage(playerid, COLOR_TAXISTA,"Voce nao tem level 2!"); //<<--- MSG
}
Sу que os comandos do server ficaram loucos tudo oque eu digito aparece: Vocк agora й um Taxista

EX:eu digito /profs
Vocк agora й um Taxista!

/regras
Vocк agora й um Taxista!

Qualquer comandos aparece isso =/
No que eu errei? Atenciosamente, Rakun
Reply
#9

Quote:
Originally Posted by Rakun
Os includes funcionaram! Obrigado

Vou usar o Topico pra mais uma duvida:

Tipo assim eu coloquei no Hatycone o sistema de emprego :
EX: /taxista , /entregador....

Assim: OnplayerCommandtext

Код:
if(!strcmp(cmdtext,"/taxista",true))
if(GetPlayerScore(playerid) >= 2)
{
SendClientMessage(playerid, COLOR_TAXISTA, "Voce agora й um Taxistal");
SetPlayerColor(playerid, COLOR_TAXISTA);
PlayerPlaySound(playerid,MUSIC_OFF,2418.3506,1123.9360,10.8203);
GivePlayerWeapon(playerid,5,0);
GivePlayerWeapon(playerid,31,1000);
GivePlayerWeapon(playerid,25,100);
}
else //<<<--- Apуs
{
SendClientMessage(playerid, COLOR_TAXISTA,"Voce nao tem level 2!"); //<<--- MSG
}
Sу que os comandos do server ficaram loucos tudo oque eu digito aparece: Vocк agora й um Taxista

EX:eu digito /profs
Vocк agora й um Taxista!

/regras
Vocк agora й um Taxista!

Qualquer comandos aparece isso =/
No que eu errei? Atenciosamente, Rakun
Cadк a return 1; ?

Usa [*pawn] [*/pawn]

pawn Код:
if(!strcmp(cmdtext,"/taxista",true))
if(GetPlayerScore(playerid) >= 2)
{
SendClientMessage(playerid, COLOR_TAXISTA, "Voce agora й um Taxistal");
SetPlayerColor(playerid, COLOR_TAXISTA);
PlayerPlaySound(playerid,MUSIC_OFF,2418.3506,1123.9360,10.8203);
GivePlayerWeapon(playerid,5,0);
GivePlayerWeapon(playerid,31,1000);
GivePlayerWeapon(playerid,25,100);
}
else //<<<--- Apуs
{
SendClientMessage(playerid, COLOR_TAXISTA,"Voce nao tem level 2!"); //<<--- MSG
}
return 1;
}
Acho que seria assim xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)