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