10.01.2015, 16:53
Quote:
Pero lo de la foto son textdraw no el dialog, estas confundido.
pawn Код:
|
pawn Код:
if(IsPlayerNPC(playerid)) return 0;
susfps[playerid] = GetPlayerFPS(playerid);
format(String, sizeof(String), "~g~~h~~h~dm Score: ~w~%d ~y~- ~r~~h~kills: ~w~%d ~y~- ~r~~h~~h~~h~~h~~h~Nivel: ~w~%d ~y~- ~b~~h~Exp: ~w~%d ~y~- ~y~~h~Fps: ~w~%d",GetPlayerScore(playerid),PlayerInfo[player1][Deaths],PlayerInfo[player1][Nivel], PlayerInfo[player1][Experiencia],susfps[playerid]);
TextDrawSetString(TextdeFps[playerid], String);
asi. PlayerInfo[player1][rango]
pawn Код:
GetPlayerScore(playerid),PlayerInfo[player1][Deaths],PlayerInfo[player1][Nivel], PlayerInfo[player1][Experiencia],susfps[playerid]