textdraw no se oculta :S
#1

Hola, tengo esto asi:

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
   
    if(PlayerToPoint(2.0,playerid,1759.9247,-1924.5101,13.5753))
    {
    TextDrawShowForPlayer(playerid, alt);
    }
    else
    {
    TextDrawHideForPlayer(playerid, alt);
    }
   
    return 1;
}
y cuando entro al checkpoint si se ve el textdraw, pero cuando salgo no se oculta el textdraw :S
Reply


Messages In This Thread
textdraw no se oculta :S - by most - 22.12.2010, 21:50
Respuesta: textdraw no se oculta :S - by GROVE4L - 22.12.2010, 21:57
Re: textdraw no se oculta :S - by most - 22.12.2010, 22:22

Forum Jump:


Users browsing this thread: 1 Guest(s)