PlayerText strings bugged for me
#1

Hey Guys....

the problem is after i started using PlayerText for Textdraws that i'm using strings in it, the textdraw string got bugged and is only showing the background of 'DetonateB' textdraw.

image of the textdraw and script:


pawn Код:
new PlayerText: DetonateT[MAX_PLAYERS];
pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
{
    DetonateT[i] = CreatePlayerTextDraw(i, 100.0, 33.0, "_");
    DetonateT[i] = PlayerTextDrawLetterSize(i, DetonateT[i], 3.2 ,5.1);
}
pawn Код:
PlayerTextDrawShow(playerid, DetonateT[playerid]);
TextDrawShowForPlayer(playerid, DetonateB);
new str[350];
format(str, sizeof(str), "bla bla bla bla this isn't showing why?");
PlayerTextDrawSetString(playerid, DetonateT[playerid], str);
PlayerTextDrawShow(playerid, DetonateT[playerid]);
Reply
#2

Quote:
Originally Posted by ******
Посмотреть сообщение
Ok, how do you expect people to see the problem and test the code if you don't include working code? For all we know the issue is in the part you "helpfully" removed.
the size and the coordinate part i'm sure of 1000000% and they are very good
Reply
#3

omg guys, no one know how to fix?
wierd people these days !!
Reply
#4

no help??
Reply
#5

how many time well i wait to get a help for this wierd problem?
Reply
#6

Quote:
Originally Posted by ******
Посмотреть сообщение
You had a reply, you ignored it - what more do you want?
Huh?
What was the help
what it helped me with?
BRO please be spacefic tell me
Reply
#7

Go to the second reply and you will see the help..
Reply
#8

omg i told you i'm sure 100% of the size in my script why should i fu**ing add it to the forum
Reply
#9

please post the code. We can't help you with errors or problems if you're deleting stuff. You've probably forgot to use %s for example. In the textdraw it self. Or forgot to use TextDrawShowForPlayer(playerid,tdhere);
Reply
#10

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
please post the code. We can't help you with errors or problems if you're deleting stuff. You've probably forgot to use %s for example. In the textdraw it self. Or forgot to use TextDrawShowForPlayer(playerid,tdhere);
bro everything is shown
exept the size and coordinates of the textdraw that i'm sure of 100% so what's missing that i should show you in the forums?
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)