Textdraw problem
#1

In this image - http://i.imgur.com/YRfwAfX.jpg , you can see in the down corner a grey vertical bar. There, should be an textdraw writing SS-RP. Why isn't he showing as normal, yesterday he has showing as he needs to show. Today, after I edited some cmds, he didn't show as he needs to show. Please some help
Reply
#2

We can't help without some codes. Please provide (atleast):

* The code (pieces of) where you show the textdraw to all/player
* All the changed commands that could've interfered with it!

Have you yourself already checked all the commands you editted?
Reply
#3

pawn Код:
SensationRoleplay = TextDrawCreate(490.5 ,394 , "S-RP");
TextDrawFont(SensationRoleplay , 1);
TextDrawLetterSize(SensationRoleplay , 0.5, 3.5);
TextDrawColor(SensationRoleplay , 0xff6f00FF);
TextDrawSetOutline(SensationRoleplay , false);
TextDrawSetProportional(SensationRoleplay , true);
TextDrawSetShadow(SensationRoleplay , 1);
And yes, I checked all commands.
Reply
#4

Where did you use TextDrawShowForAll or TextDrawShowForPlayer? If you don't use that, it will not be shown. Did you accidentely remove it when editting commands?
Reply
#5

No, I didn't accidentely removed them. TextDrawShowForPlayer is located in OnPlayerConect.
Reply
#6

Solved, was because a mapping. WTF.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)