[Ajuda] TextDraw
#6

Desculpe Schooc, porйm seu codigo fez sumir meu TextDraw nгo funcionou....

Aqui ficou assim...

Код:
//public desaparecer textdraw motopizza
forward EsconderTextDrawMotoPizza( playerid );
forward EsconderTextDrawMotoPizza2( playerid );
public EsconderTextDrawMotoPizza2( playerid )
{
     TextDrawShowForPlayer( playerid, TextDraw[ 11 ] );
     TextDrawShowForPlayer( playerid, TextDraw[ 12 ] );
     return SetTimerEx( "EsconderTextDrawMotoPizza", 120000, false, "i", playerid );
}
public EsconderTextDrawMotoPizza( playerid ) return TextDrawHideForPlayer( playerid, TextDraw[ 11 ] ), TextDrawHideForPlayer( playerid, TextDraw[ 12 ] );
Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if( GetPlayerVehicleID( playerid ) == 448) return EsconderTextDrawMotoPizza2( playerid );
    return 1;
}
Reply


Messages In This Thread
TextDraw - by Bruno Bastos - 22.01.2013, 23:33
Respuesta: [Ajuda]TextDraw - by oOFotherOo - 22.01.2013, 23:36
Re: [Ajuda]TextDraw - by Bruno Bastos - 22.01.2013, 23:40
Re: TextDraw - by Bruno Bastos - 23.01.2013, 00:14
Re: TextDraw - by Schocc - 23.01.2013, 00:25
Re: TextDraw - by Bruno Bastos - 23.01.2013, 16:14
Re: TextDraw - by Maklister - 23.01.2013, 16:28
Re: TextDraw - by Bruno Bastos - 23.01.2013, 16:40
Re: TextDraw - by Maklister - 23.01.2013, 16:51
Re: TextDraw - by Schocc - 31.01.2013, 20:51

Forum Jump:


Users browsing this thread: 2 Guest(s)