[Ajuda] Uma sу linha
#10

Quote:
Originally Posted by darkxdll
Посмотреть сообщение
Olha acho que assim ficaria legal para mostrar 2 textdraw :
PHP код:
stock ShowTwoTextDrawForPlayer(playerid,Text:tdw1,Text:tdw2)
{
TextDrawShowForPlayer(playeridtdw1);
TextDrawShowForPlayer(playeridtdw2);
return 
1;

Obs : nгo testei , se funcionar comente aqui

Modo de uso :

PHP код:
ShowTwoTextDrawForPlayer(playeridId_Da_Text_AquiId_Da_Segunda_Text_Aqui); 
Bom jб que vocк deu a dica, fiz algo legal aqui:

pawn Код:
stock ShowDraws(playerid, Text:...)
{
    new sValue = numargs();
    while (sValue--)
    {
        TextDrawShowForPlayer(playerid, Text:getarg(sValue));
    }
    return 1;
}
Forma de uso:
pawn Код:
ShowDraws(playerid, t[0], t[1], t[2]); // Se quiser adicionar mais textdraws, sу por a vнrgula e continuar inserindo o nome.
Reply


Messages In This Thread
Uma sу linha - by junioor - 11.07.2013, 19:58
Re: Uma sу linha - by WLSF - 11.07.2013, 19:59
Re: Uma sу linha - by BielCOP - 11.07.2013, 19:59
Re: Uma sу linha - by junioor - 11.07.2013, 20:05
Re: Uma sу linha - by BielCOP - 11.07.2013, 20:06
Re: Uma sу linha - by WLSF - 11.07.2013, 20:07
Re: Uma sу linha - by junioor - 11.07.2013, 20:09
Re: Uma sу linha - by darkxdll - 11.07.2013, 20:19
Re: Uma sу linha - by BielCOP - 11.07.2013, 20:23
Re: Uma sу linha - by WLSF - 11.07.2013, 20:26

Forum Jump:


Users browsing this thread: 2 Guest(s)