05.08.2016, 15:35
Hello again, ehm please don't kill me because I have asked a few questions lately.
I'm having some trouble with my textdraw which is supposed to show up if someone writes an invalid command for instance, then dissapear after like 5 seconds. I tried to do that, and the textdraw shows up but it never appears.
I also have some general questions regarding textdraws. Do I always need to place textdraws OnPlayerConnect? Meaning I can't have them in an include and store them somewhere else, becasue you know textdraws takes up so much space so I'd like to hide all my textdraws a little. Could of course make an include for OnPlayerConnect or whatever, but don't really know how that works out. My current code:
To make it easier to read through I uploaded it to pastebin:
http://pastebin.com/dszZKum5
It is probably shit, therefore I need suggestions how to improve and make it work.
I'm having some trouble with my textdraw which is supposed to show up if someone writes an invalid command for instance, then dissapear after like 5 seconds. I tried to do that, and the textdraw shows up but it never appears.
I also have some general questions regarding textdraws. Do I always need to place textdraws OnPlayerConnect? Meaning I can't have them in an include and store them somewhere else, becasue you know textdraws takes up so much space so I'd like to hide all my textdraws a little. Could of course make an include for OnPlayerConnect or whatever, but don't really know how that works out. My current code:
To make it easier to read through I uploaded it to pastebin:
http://pastebin.com/dszZKum5
It is probably shit, therefore I need suggestions how to improve and make it work.