0 Members and 2 Guests are viewing this topic.
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.
click here -> Seby's Tricks & Discoveries Showroom
[20:23] <habi> later only i heard that lu chatbox is customizable. On my first visit, it appeared ugly.[20:23] <habi> May be that also be the reason why lu has no players
The question is: Why would you call a deleted textdraw/sprite ?
<Gudio> its because when you do remove or delete<Gudio> instance in squirrel lang still exists<Gudio> but not in cpp<Seby> ah :/<Gudio> when you call it again after removing, cpp doesnt know what do to<Seby> why you just don't set it = null; ?<Gudio> it needs some error handlers or some hack to set variables automatically to null when instance is the same
if ( Timer ){ Timer.Delete(); Timer = null;}