[Ajuda] String.
#1

quero adicionar uma outra string nessa mensagem... so que n to conseguindo pois ja tem uma...


Код:
							new string[128];
							format(string,128,"[INFO] Vocк escolheu ser da favela '%s'!", Torcidas[i][tNome]);
							SendClientMessage(playerid, COR_PRINCIPAL, string);
em vez de Vocк escolheu ser da favela '%s'! quero por Vocк escolheu ser da favela '%s' da facзгo '%s'!
e agr?
Reply
#2

pawn Код:
format(string,128,"[INFO] Vocк escolheu ser da favela '%s' da facзгo '%s' !", Torcidas[i][tNome], /*Variavel das Facзхes*/);
Acho que й isso
Reply
#3

edit.
Reply
#4

foi nгo qnd aparece la aparece da facзгo ''! ou da facзгo ' '!
Reply
#5

ver agora
pawn Код:
new string[128];
    format(string,128,"Vocк escolheu ser da favela '%s' da facзгo '%s'!", Torcidas[i][tNome], Player[pTorcida]);
    SendClientMessage(playerid, COR_PRINCIPAL, string);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)