20.12.2010, 20:32
pawn Код:
public mostrarstats(playerid)
{
TextDrawShowForPlayer(playerid,Stats[playerid]);
TextDrawShowForPlayer(playerid,muertes);
TextDrawShowForPlayer(playerid,matados);
TextDrawShowForPlayer(playerid,tueres);
TextDrawShowForPlayer(playerid,humanooalien);
TextDrawShowForPlayer(playerid,fondo1);
TextDrawShowForPlayer(playerid,fondo2);
}
public ocultarstats(playerid)
{
TextDrawHideForPlayer(playerid,fondo1);
TextDrawHideForPlayer(playerid,fondo2);
TextDrawHideForPlayer(playerid,muertes);
TextDrawHideForPlayer(playerid,matados);
TextDrawHideForPlayer(playerid,tueres);
TextDrawHideForPlayer(playerid,humanooalien);
TextDrawHideForPlayer(playerid,Stats[playerid]);
}