Text Draw String??
#1

I want to create a text draw with a team kill counter... I am using this under OnPlayerDeath:

Код:
new tmpstr[50]; //Accommodate for string size
  	format(tmpstr,sizeof(tmpstr),"Grove: %d  Ballas:%d",GroveScore,BallasScore);
  	TextDrawSetString(scores,tmpstr);
Код:
new Text:scores
But I don't know how to use the TextDrawCreate function... I have the coordinates:
Код:
TextDrawCreate(350,400,"I don't know what to put here...")
Can someone please help me?
Reply


Messages In This Thread
Text Draw String?? - by Tigerbeast11 - 07.08.2011, 15:45
Re: Text Draw String?? - by RyDeR` - 07.08.2011, 17:37
Re: Text Draw String?? - by Tigerbeast11 - 07.08.2011, 17:42
Re: Text Draw String?? - by RyDeR` - 07.08.2011, 17:43
Re: Text Draw String?? - by Tigerbeast11 - 07.08.2011, 18:40

Forum Jump:


Users browsing this thread: 3 Guest(s)