[Include] [INC] Protioso String Funзхes (PSF) 1.2F3 (06~08/12/09)
#15

Dae pessoal! Agradeзo os elogios!


Quote:
Originally Posted by Knight Rider
Opa! tem como alguйm me dar uma mгo?

Tipo, eu estou querendo saber como usar o "psf_FormatarStrTexto(str[])"?

й desse modo? \/

pawn Код:
new string [128];
format(string, sizeof(string), "~w~Vocк ganharб:~g~$%d ~w~por ler isto.",valor);
psf_FormatarStrTexto(string)
GameTextForPlayer(playerid, string,5000,0);
й desse modo? /\

Nгo funcionou comigo....
Knight Rider boa pergunta, talvez nгo tenha ficado claro no manual isso.
Bem, para esta funзгo funcionar (que por sinal muitos deveriam conhecer, pois facilita muito) vocк teria que ter feito assim:
pawn Код:
new string[256];
format(string, sizeof(string), "~w~Vocк ganharб:~g~$%d ~w~por ler isto.",valor);
string = psf_FormatarStrTexto(string);
GameTextForPlayer(playerid, string,5000,0);
Explicaзгo: primeiramente, esta funзгo retorna um valor de 256 caracteres, portanto teria que aumentar o seu new string[128] para string[256]. A funзгo psf_FormatarStrTexto nгo modifica o texto que vocк envia, e sim retorna um texto convertido. Portanto vocк deveria ter colocado variбvel_de_string = psf_FormatarStrTexto(string);!
Espero que consiga, boa sorte!

Reply


Messages In This Thread
[INC] Protioso String Funзхes (PSF) 1.2F3 (06~08/12/09) - by [VGS]Protioso - 10.11.2009, 20:45
Re: [INC] Protioso String Funзхes (PSF) 1.2F2 - by Toribio - 11.11.2009, 14:48
Re: [INC] Protioso String Funзхes (PSF) 1.2F2 - by [VGS]Protioso - 11.11.2009, 15:51
Re: [INC] Protioso String Funзхes (PSF) 1.2F2 - by Toribio - 11.11.2009, 16:08
Re: [INC] Protioso String Funзхes (PSF) 1.2F2 - by [VGS]Protioso - 11.11.2009, 18:29
Re: [INC] Protioso String Funзхes (PSF) 1.2F2 - by [VGS]gilomania - 11.11.2009, 20:28
Re: [INC] Protioso String Funзхes (PSF) 1.2F2 - by speliarmos - 11.11.2009, 20:30
Re: [INC] Protioso String Funзхes (PSF) 1.2F2 - by [VGS]Protioso - 14.11.2009, 00:17
Re: [INC] Protioso String Funзхes (PSF) 1.2F2 - by gangster_PT - 05.12.2009, 11:33
Re: [INC] Protioso String Funзхes (PSF) 1.2F2 - by [VGS]Protioso - 06.12.2009, 16:53
Re: [INC] Protioso String Funзхes (PSF) 1.2F3 (06~08/12/09) - by Matheus_Style - 29.01.2010, 23:48
Re: [INC] Protioso String Funзхes (PSF) 1.2F3 (06~08/12/09) - by Knight Rider - 19.05.2010, 17:48
Re: [INC] Protioso String Funзхes (PSF) 1.2F3 (06~08/12/09) - by higoroliveira22 - 19.05.2010, 19:40
Re: [INC] Protioso String Funзхes (PSF) 1.2F3 (06~08/12/09) - by zSuYaNw - 20.05.2010, 00:53
Re: [INC] Protioso String Funзхes (PSF) 1.2F3 (06~08/12/09) - by [VGS]Protioso - 21.05.2010, 18:10
Re: [INC] Protioso String Funзхes (PSF) 1.2F3 (06~08/12/09) - by Leo Nikov - 05.06.2010, 01:32
Re: [INC] Protioso String Funзхes (PSF) 1.2F3 (06~08/12/09) - by [VGS]Protioso - 05.06.2010, 01:38
Re: [INC] Protioso String Funзхes (PSF) 1.2F3 (06~08/12/09) - by ipsBruno - 05.06.2010, 01:59
Re: [INC] Protioso String Funзхes (PSF) 1.2F3 (06~08/12/09) - by [VGS]Protioso - 07.06.2010, 00:22

Forum Jump:


Users browsing this thread: 1 Guest(s)