[Ajuda] Erros!
#2

A mensagem estб muito grande use strfind.

Exemplo:
pawn Код:
ShowPlayerDialog(playerid, DIALOG_PETROLEO, DIALOG_STYLE_LIST, "exemplo", "exemplo1\nexemplo 2\n exemplo3", "Ok","");
//Usando strfind:
new st[150];
strfind(st, "exemplo1\n", sizeof st);
strfind(st, "exemplo2\n", sizeof st);
strfind(st, "exemplo3\n", sizeof st);
ShowPlayerDialog(playerid, DIALOG_PETROLEO, DIALOG_STYLE_LIST, "exemplo",st , "Ok","");
Reply


Messages In This Thread
Erros! - by FernandoSS - 29.07.2014, 18:44
Re: Erros! - by MultiKill - 29.07.2014, 18:54
Re: Erros! - by ViniBorn - 29.07.2014, 18:56
Re: Erros! - by MultiKill - 29.07.2014, 19:10
Re: Erros! - by PT - 29.07.2014, 19:15
Respuesta: Erros! - by FernandoSS - 29.07.2014, 19:16
Re: Erros! - by MultiKill - 29.07.2014, 19:17
Respuesta: Re: Erros! - by FernandoSS - 29.07.2014, 19:21
Re: Erros! - by MultiKill - 29.07.2014, 19:29
Respuesta: Erros! - by FernandoSS - 29.07.2014, 19:33

Forum Jump:


Users browsing this thread: 3 Guest(s)