Text draw help
#1

can anybody help me with custom string on textdraw like in

pawn Code:
new string[128], playerid;
format(string,sizeof(string),"ID:%i",playerid);
but i would like this to be shown in textdraw not in SendClientMessage

i already tried all i can do, but i still can't make it, so if anyone could help me, i would really appriciate it

sorry, for my bad english
Reply
#2

will somebody answer? i really need this fast
Reply
#3

Use:
GameTextForPlayer
TextDrawShowForPlayer and TextDrawSetString
Reply
#4

could you give me an example?
Reply
#5

Code:
new string[128], playerid;
format(string,sizeof(string),"ID:%i",playerid);
TextDrawCreate(TextDraw, 0, 0, "");
TextDrawSetString(TextDraw, string);
Reply
#6

thanks +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)