17.06.2014, 17:22
Try doing this:
This makes it so when you press the LMB button is closes it
If that doesnt work try using
It destroys the textdraw and not hides it.
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if ((newkeys & KEY_FIRE)) //
{
// Remove TextDraw Code Here
}
return 1;
}
If that doesnt work try using
pawn Код:
PlayerTextDrawDestroy(playerid, );