SA-MP Forums Archive
PlayerText strings bugged for me - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PlayerText strings bugged for me (/showthread.php?tid=432592)



PlayerText strings bugged for me - GoldZoroGrab - 23.04.2013

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]);



Re: PlayerText strings bugged for me - GoldZoroGrab - 23.04.2013

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


Re: PlayerText strings bugged for me - GoldZoroGrab - 24.04.2013

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


Re: PlayerText strings bugged for me - GoldZoroGrab - 04.05.2013

no help??


Re: PlayerText strings bugged for me - GoldZoroGrab - 06.05.2013

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


Re: PlayerText strings bugged for me - GoldZoroGrab - 06.05.2013

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


Re: PlayerText strings bugged for me - thefatshizms - 06.05.2013

Go to the second reply and you will see the help..


Re: PlayerText strings bugged for me - GoldZoroGrab - 06.05.2013

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


Re: PlayerText strings bugged for me - DobbysGamertag - 06.05.2013

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);


Re: PlayerText strings bugged for me - GoldZoroGrab - 06.05.2013

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?