[AJUDA]Erro Ao COpilar !
#1

Код:
 (463) : error 017: undefined symbol "string"
            (463) : error 017: undefined symbol "string"
            (463) : fatal error 107: too many error messages on one line
Linha 463:

Код:
 format(string, sizeof(string),"{FFFF00}%s {FFFFFF}Foi para o DM {00FFFF}(/dm2)", pname);
Oque pode ser .. falta alguma coisa no topo do gm ?
Reply
#2

...
pawn Код:
new string[128];
Reply
#3

acho q falta
pawn Код:
new string[128];
corrija-me se eu estiver errado

@edit desculpe n ve q ele posto acima
Reply
#4

Se eu nao me engano deve ser isso \/ :S

pawn Код:
new string[128];
@EDIT

Caio_Freeze
Mals nem vi seu post --'
Reply
#5

Код:
 (338): warning 219: local variable "string" shadows a variable at a preceding level
        (349) : warning 219: local variable "string" shadows a variable at a preceding level
Reply
#6

Quote:
Originally Posted by gcoder
Посмотреть сообщение
Код:
 (338): warning 219: local variable "string" shadows a variable at a preceding level
        (349) : warning 219: local variable "string" shadows a variable at a preceding level
mande o codigo todo pra min verificar...
Reply
#7

Ja tem um
pawn Код:
New String
Em uma Linha Antes ? Topo fim ?
Reply
#8

Apague a String da Linha do erro , Pois Jб Estб Definida em algum outro local de seu Script.
Reply
#9

Код:
public OnPlayerDisconnect(playerid, reason)
{
    new pName[MAX_PLAYER_NAME];
	new string[128];
	GetPlayerName(playerid, pName, sizeof(pName));
	format(string, sizeof(string), "{A2B5CD}%s Ejetou do Servidor! ", pName);
	SendClientMessageToAll(COLOR_PRETO, string);
	return 1;
}
Esse ai e o da linha 347


Agora da linha 338:
Код:
public OnPlayerConnect(playerid)
{
   SendClientMessage(playerid, COLOR_AQUA,"{0000EE}Bem Vindo Piloto ao {00FFFF}FreeFlyght.");
   SendClientMessage(playerid, COLOR_BRUNO,"{0000FF}Gamemode Em Construзao ! By:Gabriel");
   new string[128];
   new pName[25];
   GetPlayerName(playerid, pName, sizeof(pName));
   format(string, sizeof(string), "{A2B5CD}%s Entrou no Servidor!", pName);
   SendClientMessageToAll(COLOR_BRUNO, string);
   return 1;
}
Reply
#10

pawn Код:
new string[128];
format(string, sizeof(string),"{FFFF00}%s {FFFFFF}Foi para o DM {00FFFF}(/dm2)", pname);
Reply
#11

Quote:
Originally Posted by gcoder
Посмотреть сообщение
Код:
public OnPlayerDisconnect(playerid, reason)
{
    new pName[MAX_PLAYER_NAME];
	new string[128];
	GetPlayerName(playerid, pName, sizeof(pName));
	format(string, sizeof(string), "{A2B5CD}%s Ejetou do Servidor! ", pName);
	SendClientMessageToAll(COLOR_PRETO, string);
	return 1;
}
Esse ai e o da linha 347


Agora da linha 338:
Код:
public OnPlayerConnect(playerid)
{
   SendClientMessage(playerid, COLOR_AQUA,"{0000EE}Bem Vindo Piloto ao {00FFFF}FreeFlyght.");
   SendClientMessage(playerid, COLOR_BRUNO,"{0000FF}Gamemode Em Construзao ! By:Gabriel");
   new string[128];
   new pName[25];
   GetPlayerName(playerid, pName, sizeof(pName));
   format(string, sizeof(string), "{A2B5CD}%s Entrou no Servidor!", pName);
   SendClientMessageToAll(COLOR_BRUNO, string);
   return 1;
}
Apague as Strings e Tente Compilar.
Reply
#12

Vlw FUNERAL ! Deu certo .. Ganhou +Rep xD e todos ai ganharao tbm '-'
Reply
#13

Sу pra lembrar que REP de Little Nгo conta '-'
Sу a partir das 50 Mensagens.
Reply
#14

Que bom que consiguiu, Tiver mais Dъvidas Rapidas Poste aqui (:
Reply
#15

Quote:
Originally Posted by Douglas_FusioN
Посмотреть сообщение
Sу pra lembrar que REP de Little Nгo conta '-'
Sу a partir das 50 Mensagens.
To Ligado , Apartir das 50 Mensagens, Passa a Valer a REP '-'
Reply
#16

Oque vale e a intenзao xD tentei ne
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)