[Problema] Textdraw
#1

Solucionado.
Reply
#2

Prueba asн:

Код:
format(String, sizeof(String), "KILLS: ~y~%d", Information[playerid][pKills]);
TextDrawSetString(Killer[playerid], String);
TextDrawShowForPlayer(playerid, Killer[playerid]);

format(String, sizeof(String), "DEATHS: ~y~%d", Information[playerid][pDeaths]);
TextDrawSetString(Dead[playerid], String);
TextDrawShowForPlayer(playerid, Dead[playerid]);


format(String, sizeof(String), "~y~%s", NombreJugador(playerid));
TextDrawSetString(Nombre[playerid], String);
TextDrawShowForPlayer(playerid, Nombre[playerid]);


format(String, sizeof(String), "RANK: ~y~%s", rango);
TextDrawSetString(Ranking[playerid], String);
TextDrawShowForPlayer(playerid, Ranking[playerid]);


format(String, sizeof(String), "KILL RATIO: ~y~%0.2f", Float:Information[playerid][pKills]/Float:Information[playerid][pDeaths]);
TextDrawSetString(Ratio[playerid], String);
TextDrawShowForPlayer(playerid, Ratio[playerid]);
Reply
#3

Na, asн sigue sin actualizarse..
Reply
#4

Quote:
Originally Posted by Loox
Посмотреть сообщение
Na, asн sigue sin actualizarse..
mira si arriba hAYpuesta algunar variable if(.... ==)
estoy en movil . asi q no puedo ayudarte al 100%
Reply
#5

No, no hay nada.. es raro porque antes funcionaba y ahora no.
Reply
#6

Te recomiendo hacer un timer en el cual uses foreach, Ya que en onplayerupdate te causarб lag.
Reply
#7

їAlguna ayuda mбs?
Reply
#8

Quote:
Originally Posted by Loox
Посмотреть сообщение
їAlguna ayuda mбs?
no actualiza nada de nada? , fijate ke estes dando bien las variables al user Ejemplo :
Information[playerid][pDeaths] ++;
Reply
#9

Sн, mira:

Код:
if(killerid == INVALID_PLAYER_ID)
    {
    Information[playerid][pDeaths]++;
    SetPlayerScore(killerid, GetPlayerScore(killerid)-1);
    }
    else
    {
    Information[killerid][pKills]++;
    SetPlayerScore(killerid,GetPlayerScore(killerid)+1);
    }
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)