27.03.2012, 03:03
Т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:
erro:
Obs. Eu apenas apaguei a parte do text drow completa onde eu queria e deu o erro !
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]);
}
{
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.