Textdraw update fast qestion
#1

so i need a textdraw who will be updated everytime someone makes a kill so i have to put something on

new Tscore;
new Text:SCORE;

onplayerdeath
Tscore +1(killerid)

i have the textdraw and now i think need to make a variable to update it right

ongamemodeinit

SCORE = TextDrawCreate(332.000000,435.000000,"Team score:%d ",Tscore);

something like this but i need help making properlly

help plz

thanks btw i searched but only found few topics and it was confusing
Reply
#2

Use TextDrawSetString(Text:text, string[]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)