Posts: 186
Threads: 55
Joined: Mar 2008
Reputation:
0
i so in one server thet they use textdraw with stats what i mean thet they have a table in the right down corner and there write:
Kills:
Level:
Money:
and it always update when you kill some one or you level up.
how i do the same thing?
Posts: 988
Threads: 9
Joined: Jul 2006
Reputation:
0
TextDrawSetString when player death etc.
Posts: 186
Threads: 55
Joined: Mar 2008
Reputation:
0
can you write the all command pliz man
Posts: 1,042
Threads: 32
Joined: Apr 2008
Reputation:
0
pliz?
Ok, plz, pls, but PLIZ?!?!
Posts: 186
Threads: 55
Joined: Mar 2008
Reputation:
0
but how i do that the textdraw update when i kill someone?
Posts: 669
Threads: 7
Joined: Nov 2007
Reputation:
0
put it under onplayerdeath
Posts: 186
Threads: 55
Joined: Mar 2008
Reputation:
0
i try to put TextDrawSetString(TextKills,string2); in the death etc and the kills don't update some help?