SA-MP Forums Archive
Textdraw update fast qestion - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Textdraw update fast qestion (/showthread.php?tid=72024)



Textdraw update fast qestion - RmRm - 05.04.2009

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


Re: Textdraw update fast qestion - joco96 - 05.04.2009

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