07.08.2011, 15:45
I want to create a text draw with a team kill counter... I am using this under OnPlayerDeath:
But I don't know how to use the TextDrawCreate function... I have the coordinates:
Can someone please help me?
Код:
new tmpstr[50]; //Accommodate for string size format(tmpstr,sizeof(tmpstr),"Grove: %d Ballas:%d",GroveScore,BallasScore); TextDrawSetString(scores,tmpstr);
Код:
new Text:scores
Код:
TextDrawCreate(350,400,"I don't know what to put here...")