[AJUDA] remover Textdrow sem erro...
#1

Тla pessoal eu to com pequeno poblema , eu nгo to conseguindo remover um pequeno nome no meu GM ,como mostra no print , a parte riscada de vermelho e a que eu quero eliminar mais da erro : print.



parte do codigo onde tem o textdrow, Codigo:
pawn Код:
new nomepl[MAX_PLAYER_NAME];
GetPlayerName(i, nomepl, sizeof(nomepl));
format(file, sizeof(file), PASTA_CONTAS, nomepl);
//
format(string, sizeof(string), "~g~Brasil Second Life~n~ ~n~ ~g~ Respeito em:~n~     ~w~%d/~g~7 Min",dini_Int(file, "Tempo"));
TextDrawSetString(gText2[i], string);
//
format(string, sizeof(string), " ~g~[] BSL[]~g~        Respeito:~w~%d/~g~5  ~g~Level:~w~%d  ~g~Estudo:~w~%d",dini_Int(file, "EXP"),dini_Int(file, "Level"),dini_Int(file, "Faculdade"),dini_Int(file, "Combustivel"));
TextDrawSetString(gText3[i], string);
TextDrawShowForPlayer(i, gText3[i]);
//
if(IsPlayerInAnyVehicle(i)){
new string3[256];
format(string3, sizeof(string3), "  ~g~Gasolina: ~w~%d",dini_Int(file, "Combustivel"));
TextDrawSetString(Velo[i], string3);
TextDrawShowForPlayer(i, Velo[i]);
}else{
TextDrawHideForPlayer(i, Velo[i]);
}
{
erro:
pawn Код:
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(18187) : error 037: invalid string (possibly non-terminated string)
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(18187) : error 017: undefined symbol "g"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(18187) : error 017: undefined symbol "Brasil"
C:\Users\User\Desktop\new B S L - II  0.3d\gamemodes\BSL.pwn(18187) : fatal error 107: too many error messages on one line

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


4 Errors.
Obs. Eu apenas apaguei a parte do text drow completa onde eu queria e deu o erro !
Reply


Messages In This Thread
[AJUDA] remover Textdrow sem erro... - by RNT - 27.03.2012, 03:03
Re: [AJUDA] remover Textdrow sem erro... - by Mercurio - 27.03.2012, 03:09
Re: [AJUDA] remover Textdrow sem erro... - by ViniBorn - 27.03.2012, 03:10
Respuesta: [AJUDA] remover Textdrow sem erro... - by RNT - 27.03.2012, 03:57
Respuesta: [AJUDA] remover Textdrow sem erro... - by RNT - 27.03.2012, 03:59
Re: [AJUDA] remover Textdrow sem erro... - by ViniBorn - 27.03.2012, 04:04
Respuesta: [AJUDA] remover Textdrow sem erro... - by RNT - 27.03.2012, 04:16
Re: [AJUDA] remover Textdrow sem erro... - by ViniBorn - 27.03.2012, 04:28
Respuesta: [AJUDA] remover Textdrow sem erro... - by RNT - 27.03.2012, 04:37
Re: [AJUDA] remover Textdrow sem erro... - by ViniBorn - 27.03.2012, 04:40

Forum Jump:


Users browsing this thread: 1 Guest(s)