28.08.2015, 02:33
sup guys, can you help me here ?
I would like to make Player's alive time in this textdraw but I don't know how
+ saving the Alive time on disconnect/load on connect
the alive time is going like this
Alive Time 000:00:00
when player spawn have alive time 5 seconds
Alivetime hours, minutes, seconds
please I need that little thing
I didn't tried to code anything because I don't know so thanks in advande
I would like to make Player's alive time in this textdraw but I don't know how
+ saving the Alive time on disconnect/load on connect
the alive time is going like this
Alive Time 000:00:00
when player spawn have alive time 5 seconds
Alivetime hours, minutes, seconds
please I need that little thing
I didn't tried to code anything because I don't know so thanks in advande
pawn Код:
stats[15] = TextDrawCreate(517.800231, 92.759986, "Alive_Time:000:00:00");
TextDrawLetterSize(stats[15], 0.227999, 1.170666);
TextDrawAlignment(stats[15], 1);
TextDrawColor(stats[15], -1);
TextDrawSetShadow(stats[15], 0);
TextDrawSetOutline(stats[15], 0);
TextDrawBackgroundColor(stats[15], 255);
TextDrawFont(stats[15], 1);
TextDrawSetProportional(stats[15], 1);
TextDrawSetShadow(stats[15], 0);