Porque me paso eso?
#3

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);

Eso sale el ping de todos los jugadores osea elege ping aleatoriamente de los jugadores conectado y se lo pone el la pantalla al jugador equivocado.
Reply


Messages In This Thread
Porque me paso eso? - by Gamerd - 19.09.2017, 17:26
Respuesta: Porque me paso eso? - by !R1Ch@rD! - 19.09.2017, 17:27
Re: Porque me paso eso? - by Gamerd - 19.09.2017, 17:40

Forum Jump:


Users browsing this thread: 1 Guest(s)