19.09.2017, 17:40
Quote:
new string5[1000]; format(string5, sizeof(string5), "~w~PING:~r~%d SCORE: ~g~%d",GetPlayerPing(playerid), GetPlayerScore(playerid)); Textdraw5 = TextDrawCreate(504.000000, 430.000000, string5); TextDrawBackgroundColor(Textdraw5, 255); TextDrawFont(Textdraw5, 3); TextDrawLetterSize(Textdraw5, 0.310000, 1.600000); TextDrawColor(Textdraw5, -1); TextDrawSetOutline(Textdraw5, 1); TextDrawSetProportional(Textdraw5, 1); Textdraw12 = TextDrawCreate(15.000000, 430.000000, ""); TextDrawBackgroundColor(Textdraw12, 255); TextDrawFont(Textdraw12, 3); TextDrawLetterSize(Textdraw12, 0.330000, 1.600000); TextDrawColor(Textdraw12, -2139062017); TextDrawSetOutline(Textdraw12, 1); TextDrawSetProportional(Textdraw12, 1); TextDrawShowForPlayer(playerid, Textdraw5); TextDrawShowForPlayer(playerid, Textdraw12); |